mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Adapted patch provided from Jesper Schmitz Mouridsen PR: 284821 Reported by: Torfinn Ingolfsen Approved by: teodorsigaev@
11 lines
485 B
C++
11 lines
485 B
C++
--- 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__
|