dialog_page_settings: avoid useless confirmation dialog after changing the page layout file.

This commit is contained in:
jean-pierre charras 2018-10-09 11:29:48 +02:00
parent 664fb234ff
commit 82cb61b8af
2 changed files with 2421 additions and 2421 deletions

View File

@ -237,7 +237,7 @@ void DIALOG_PAGES_SETTINGS::OnOkClick( wxCommandEvent& event )
m_parent->GetCanvas()->Refresh();
if( LocalPrjConfigChanged() )
m_parent->SaveProjectSettings( true );
m_parent->SaveProjectSettings( false );
}
event.Skip();

File diff suppressed because it is too large Load Diff