Keep collapsible panes from stealing focus

This commit is contained in:
Jon Evans 2020-09-07 21:11:58 -04:00
parent 5f6d171626
commit e0f08338a8
1 changed files with 1 additions and 0 deletions

View File

@ -684,6 +684,7 @@ void APPEARANCE_CONTROLS::createControls()
Freeze();
m_panelNetsAndClasses->Fit();
m_sizerOuter->Layout();
passOnFocus();
Thaw();
} );