Add missing include due to commit f6b4b66a
This commit is contained in:
parent
6fa8ebab85
commit
1f3796bd7a
|
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue