Search: Implemented cursor movement inside SearchWindow on Plater

This commit is contained in:
YuSanka
2020-04-20 17:37:03 +02:00
parent 6a8d0c5d84
commit 3b88dc2688
5 changed files with 110 additions and 10 deletions

View File

@@ -10,6 +10,8 @@
#include <wx/combo.h>
#include <wx/popupwin.h>
#include "Preset.hpp"
#include "wxExtensions.hpp"
@@ -175,7 +177,6 @@ public:
};
#include <wx/popupwin.h>
class PopupSearchList : public wxPopupTransientWindow
{