[GB.QT4]
* BUG: Window.TakeFocus works again. [GB.QT5] * BUG: Window.TakeFocus works again. git-svn-id: svn://localhost/gambas/trunk@7319 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
2395af1a33
commit
957e31dea8
1 changed files with 1 additions and 1 deletions
|
@ -1711,7 +1711,7 @@ void MyMainWindow::present(QWidget *parent)
|
|||
}
|
||||
}
|
||||
|
||||
if (parent || (hasBorder() && !THIS->noTakeFocus))
|
||||
if (!THIS->noTakeFocus) // && (parent || hasBorder()))
|
||||
activateWindow();
|
||||
|
||||
if (parent)
|
||||
|
|
Loading…
Reference in a new issue