Fix a cosmetic issue: the "Move exactly" dialog was not exactly right on init
This commit is contained in:
parent
cbc88dfde3
commit
a49b313c77
|
@ -58,6 +58,7 @@ DIALOG_MOVE_EXACT::DIALOG_MOVE_EXACT( PCB_BASE_FRAME* aParent,
|
|||
m_stdButtonsOK->SetDefault();
|
||||
|
||||
GetSizer()->SetSizeHints( this );
|
||||
Layout();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue