mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
DIALOG_SYNC_SHEET_PINS: minor fix (min size set)
This commit is contained in:
parent
4ec738f58f
commit
1ddac57748
@ -111,9 +111,10 @@ DIALOG_SYNC_SHEET_PINS::DIALOG_SYNC_SHEET_PINS( wxWindow* aParent,
|
||||
}
|
||||
}
|
||||
|
||||
m_sizerMain->Layout();
|
||||
m_sizerMain->Fit( this );
|
||||
Bind( wxEVT_CLOSE_WINDOW, &DIALOG_SYNC_SHEET_PINS::OnClose, this );
|
||||
|
||||
// Now all widgets have the size fixed, call FinishDialogSettings
|
||||
finishDialogSettings();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user