This commit is contained in:
jean-pierre charras 2015-09-05 16:53:53 +02:00
parent 7995f0e7de
commit 0a56afe566
1 changed files with 0 additions and 3 deletions

View File

@ -124,9 +124,6 @@ bool KIWAY_PLAYER::ShowModal( wxString* aResult, wxWindow* aResultantFocusWindow
// re-enables only those that were disabled on exit
wxWindowDisabler toggle( this );
// Reenable top level windows which are child of the modal one:
for( unsigned ii = 0; ii < wlist.size(); ii++ )
for( unsigned ii = 0; ii < enabledTopLevelWindows.size(); ii++ )
enabledTopLevelWindows[ii]->Enable( true );