mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
FIX: [STUDIO-2438] inline search line in popup on Linux
Change-Id: Idcf7c4eca52438aab4129163b90314631b7f7492
This commit is contained in:
parent
2003bbd768
commit
5468573e27
2 changed files with 27 additions and 8 deletions
|
@ -206,7 +206,8 @@ public:
|
|||
const int POPUP_WIDTH = 38;
|
||||
const int POPUP_HEIGHT = 40;
|
||||
|
||||
TextInput * search_line{nullptr};
|
||||
TextInput * search_line{nullptr};
|
||||
wxTextCtrl * search_line2{nullptr};
|
||||
Preset::Type search_type = Preset::TYPE_INVALID;
|
||||
|
||||
wxDataViewCtrl * search_list{nullptr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue