blob: 2c88fdf406c420d942109c1adcaae970be0b93de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/slic3r/GUI/PresetComboBoxes.hpp.orig 2024-12-20 11:54:34 UTC
+++ src/slic3r/GUI/PresetComboBoxes.hpp
@@ -129,7 +129,7 @@ class PresetComboBox : public BitmapComboBox (protecte
void validate_selection(bool predicate = false);
void update_selection();
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
static const char* separator_head() { return "------- "; }
static const char* separator_tail() { return " -------"; }
#else // __linux__
|