mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
11 lines
748 B
C++
11 lines
748 B
C++
--- src/slic3r/GUI/WipeTowerDialog.cpp.orig 2024-10-15 09:12:21 UTC
|
|
+++ src/slic3r/GUI/WipeTowerDialog.cpp
|
|
@@ -379,7 +379,7 @@ WipingPanel::WipingPanel(wxWindow* parent, const std::
|
|
int xpos = m_gridsizer_advanced->GetPosition().x;
|
|
if (!m_page_advanced->IsEnabled()) {
|
|
dc.SetTextForeground(wxSystemSettings::GetColour(
|
|
-#if defined (__linux__) && defined (__WXGTK2__)
|
|
+#if (defined(__linux__) || defined(__FreeBSD__)) && defined (__WXGTK2__)
|
|
wxSYS_COLOUR_BTNTEXT
|
|
#else
|
|
wxSYS_COLOUR_GRAYTEXT
|