FIX: [STUDIO-2438] inline search line in popup on Linux

Change-Id: Idcf7c4eca52438aab4129163b90314631b7f7492
This commit is contained in:
chunmao.guo 2023-04-07 10:09:59 +08:00 committed by Lane.Wei
parent 2003bbd768
commit 5468573e27
2 changed files with 27 additions and 8 deletions

View file

@ -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};