mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: auto scroll to visible focus child in params panel
Change-Id: Ib3f7b7528c7fd221a824719d2199b4c85451fe67
This commit is contained in:
parent
033830f73b
commit
746d5960ba
3 changed files with 58 additions and 2 deletions
|
@ -644,7 +644,7 @@ void SearchDialog::Dismiss()
|
|||
|
||||
void SearchDialog::Die()
|
||||
{
|
||||
Destroy();
|
||||
wxPopupTransientWindow::Dismiss();
|
||||
wxCommandEvent event(wxCUSTOMEVT_EXIT_SEARCH);
|
||||
wxPostEvent(search_line, event);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue