1
0
Fork 0

GUI: always show Patch dialog (even when minimized)

This commit is contained in:
Mr. eXoDia 2014-07-06 18:26:53 +02:00
parent b5ddd709ce
commit e16f0073a2
1 changed files with 1 additions and 1 deletions

View File

@ -746,6 +746,6 @@ void MainWindow::getStrWindow(const QString title, QString *text)
void MainWindow::patchWindow()
{
mPatchDialog->show();
mPatchDialog->showNormal();
mPatchDialog->setFocus();
}