Added missed destroy for search_line

This commit is contained in:
YuSanka 2020-04-03 12:51:20 +02:00
parent 2a9190c27d
commit c8cf11b11b
2 changed files with 4 additions and 3 deletions

View file

@ -149,7 +149,7 @@ private:
class SearchCtrl
{
wxWindow* parent {nullptr};
// wxWindow* parent {nullptr};
wxBoxSizer* box_sizer {nullptr};
wxTextCtrl* search_line {nullptr};
ScalableButton* search_btn {nullptr};