Fix double call of TransfertDataToWindows in dialog_print_for_modedit.cpp
This commit is contained in:
parent
474e0936cb
commit
ed7c57f19f
|
@ -74,11 +74,10 @@ private:
|
|||
void OnInitDlg( wxInitDialogEvent& event )
|
||||
{
|
||||
// Call the default wxDialog handler of a wxInitDialogEvent
|
||||
TransferDataToWindow();
|
||||
event.Skip();
|
||||
|
||||
// Now all widgets have the size fixed, call FinishDialogSettings
|
||||
FinishDialogSettings();
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void InitValues( );
|
||||
|
|
Loading…
Reference in New Issue