Path: blob/main/cad/OrcaSlicer/files/patch-src_slic3r_GUI_PrintHostDialogs.cpp
46591 views
--- src/slic3r/GUI/PrintHostDialogs.cpp.orig 2025-10-02 17:32:12 UTC1+++ src/slic3r/GUI/PrintHostDialogs.cpp2@@ -180,7 +180,7 @@ void PrintHostSendDialog::init()3add_button(wxID_CANCEL,false, L("Cancel"));4finalize();56-#ifdef __linux__7+#if defined(__linux__) || defined(__FreeBSD__)8// On Linux with GTK2 when text control lose the focus then selection (colored background) disappears but text color stay white9// and as a result the text is invisible with light mode10// see https://github.com/prusa3d/PrusaSlicer/issues/453211@@ -891,7 +891,7 @@ void ElegooPrintHostSendDialog::init() {12add_button(wxID_CANCEL, false, _L("Cancel"));13finalize();1415-#ifdef __linux__16+#if defined(__linux__) || defined(__FreeBSD__)17// On Linux with GTK2 when text control lose the focus then selection (colored background) disappears but text color stay white18// and as a result the text is invisible with light mode19// see https://github.com/prusa3d/PrusaSlicer/issues/4532202122