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
435 B
C++
11 lines
435 B
C++
--- 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
|