mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 02:41:17 +00:00
Fix for #6958 - GUI Setting non modal window: Search broken when main window hidden (minimized)
This commit is contained in:
@@ -134,6 +134,8 @@ public:
|
||||
return o1.key < o2.key; });
|
||||
}
|
||||
void sort_options_by_label() { sort_options(); }
|
||||
|
||||
void show_dialog();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user