Use Fit to size the layer box after sitting min size
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16862
This commit is contained in:
parent
b354b24182
commit
239cbb4637
|
@ -97,6 +97,7 @@ void PCB_LAYER_BOX_SELECTOR::Resync()
|
|||
SetMinSize( bestSize );
|
||||
|
||||
SetSelection( wxNOT_FOUND );
|
||||
Fit();
|
||||
Thaw();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue