Made the page settings dialog use todays date as default

This commit is contained in:
Simon Wells 2016-01-01 21:39:12 +13:00
parent a84d8f70bc
commit 4634f04ef9
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ DIALOG_PAGES_SETTINGS::DIALOG_PAGES_SETTINGS( EDA_DRAW_FRAME* parent ) :
m_localPrjConfigChanged = false; m_localPrjConfigChanged = false;
m_pagelayout = NULL; m_pagelayout = NULL;
m_PickDate->SetValue( wxDateTime::Now() );
initDialog(); initDialog();
GetSizer()->SetSizeHints( this ); GetSizer()->SetSizeHints( this );