Removing focus from hidden windows upon hiding them.

This commit is contained in:
Christopher L. Simons
2014-12-04 23:39:53 -05:00
parent ee1b9ba7bc
commit 5675b1a373

View File

@@ -879,6 +879,7 @@ void MainWindow::toggleWindow( QWidget *window, bool forceShow )
else
{
parent->hide();
this->setFocus();
}
// Workaround for Qt Bug #260116