Remove minimum pin after fixing size.

Fixes https://gitlab.com/kicad/code/kicad/issues/5347
This commit is contained in:
Jeff Young 2020-08-24 15:00:51 +01:00
parent 8eda4d93ee
commit 1d1a5afe0c
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ PCB_EDIT_FRAME::PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
m_auimgr.Update();
// now make it resizable again
layersManager.MinSize( 180, -1 );
layersManager.Resizable();
m_auimgr.Update();
}