mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: auto scroll to visible focus child in params panel
Change-Id: Ib3f7b7528c7fd221a824719d2199b4c85451fe67
This commit is contained in:
@@ -644,7 +644,7 @@ void SearchDialog::Dismiss()
|
||||
|
||||
void SearchDialog::Die()
|
||||
{
|
||||
Destroy();
|
||||
wxPopupTransientWindow::Dismiss();
|
||||
wxCommandEvent event(wxCUSTOMEVT_EXIT_SEARCH);
|
||||
wxPostEvent(search_line, event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user