feat: apply filtering to style list on "style not found" window

This commit is contained in:
Brendan Hagan
2022-06-20 20:06:28 -04:00
parent 9535117050
commit 6893ec3503
2 changed files with 33 additions and 9 deletions
+6 -2
View File
@@ -81,12 +81,16 @@ private:
const Game& game;
// gui items
PackageList* stylesheet_list;
PackageList* stylesheet_list;
FilterCtrl* stylesheet_filter;
String stylesheet_filter_value;
// --------------------------------------------------- : events
void onStyleSheetSelect (wxCommandEvent&);
void onStyleSheetActivate(wxCommandEvent&);
void onStyleSheetActivate(wxCommandEvent&);
void onStylesheetFilterUpdate(wxCommandEvent&);
virtual void OnOK(wxCommandEvent&);