dialog_page_settings: avoid useless confirmation dialog after changing the page layout file.
This commit is contained in:
parent
664fb234ff
commit
82cb61b8af
|
@ -237,7 +237,7 @@ void DIALOG_PAGES_SETTINGS::OnOkClick( wxCommandEvent& event )
|
||||||
m_parent->GetCanvas()->Refresh();
|
m_parent->GetCanvas()->Refresh();
|
||||||
|
|
||||||
if( LocalPrjConfigChanged() )
|
if( LocalPrjConfigChanged() )
|
||||||
m_parent->SaveProjectSettings( true );
|
m_parent->SaveProjectSettings( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
event.Skip();
|
event.Skip();
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue