Add missing include due to commit f6b4b66a

This commit is contained in:
Marek Roszko 2020-10-18 12:42:51 -04:00
parent 6fa8ebab85
commit 1f3796bd7a
1 changed files with 2 additions and 2 deletions

View File

@ -800,8 +800,8 @@ void EDA_BASE_FRAME::OnPreferences( wxCommandEvent& event )
for( size_t i = 0; i < book->GetPageCount(); ++i )
book->GetPage( i )->Layout();
if( dlg.ShowModal() == wxID_OK )
dlg.Kiway().CommonSettingsChanged( false, false );
// if( dlg.ShowModal() == wxID_OK )
// dlg.Kiway().CommonSettingsChanged( false, false );
}