Upon toggling off a window, now attempting to focus SongEditor, then any other visible editors, or finally the parent window if all editors are hidden.

This commit is contained in:
Christopher L. Simons
2014-12-06 03:46:41 -05:00
parent 5675b1a373
commit ca973b9369
2 changed files with 34 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ private:
void finalize();
void toggleWindow( QWidget *window, bool forceShow = false );
void refocus();
QMdiArea * m_workspace;