Revert "Call Layout after calculating layer combobox size to ensure it takes effect"

This reverts commit cd8eb23c3e
This commit is contained in:
Mark Roszko 2024-02-03 04:32:36 +00:00
parent cd8eb23c3e
commit b354b24182
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ void PCB_LAYER_BOX_SELECTOR::Resync()
SetMinSize( bestSize );
SetSelection( wxNOT_FOUND );
Layout();
Thaw();
}