Removing focus from hidden windows upon hiding them.
This commit is contained in:
@@ -879,6 +879,7 @@ void MainWindow::toggleWindow( QWidget *window, bool forceShow )
|
||||
else
|
||||
{
|
||||
parent->hide();
|
||||
this->setFocus();
|
||||
}
|
||||
|
||||
// Workaround for Qt Bug #260116
|
||||
|
||||
Reference in New Issue
Block a user