mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 18:15:56 +08:00
Merge branch 'master' into fs_svg_SPE-1517
This commit is contained in:
commit
bd680e0206
@ -575,6 +575,12 @@ SearchDialog::SearchDialog(OptionsSearcher* searcher)
|
||||
topSizer->SetSizeHints(this);
|
||||
}
|
||||
|
||||
SearchDialog::~SearchDialog()
|
||||
{
|
||||
if (search_list_model)
|
||||
search_list_model->DecRef();
|
||||
}
|
||||
|
||||
void SearchDialog::Popup(wxPoint position /*= wxDefaultPosition*/)
|
||||
{
|
||||
const std::string& line = searcher->search_string();
|
||||
|
@ -182,7 +182,7 @@ class SearchDialog : public GUI::DPIDialog
|
||||
|
||||
public:
|
||||
SearchDialog(OptionsSearcher* searcher);
|
||||
~SearchDialog() {}
|
||||
~SearchDialog();
|
||||
|
||||
void Popup(wxPoint position = wxDefaultPosition);
|
||||
void ProcessSelection(wxDataViewItem selection);
|
||||
|
Loading…
x
Reference in New Issue
Block a user