blob: a6eea20183f1f9b7c55b714db7e5b89e2df81bb8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/slic3r/GUI/Search.cpp.orig 2024-12-20 11:54:34 UTC
+++ src/slic3r/GUI/Search.cpp
@@ -455,7 +455,7 @@ void OptionsSearcher::check_and_hide_dialog()
void OptionsSearcher::check_and_hide_dialog()
{
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
// Temporary linux specific workaround:
// has_focus(search_dialog) always returns false
// That's why search dialog will be hidden whole the time
|