diff --git a/gb.qt4/src/CWindow.cpp b/gb.qt4/src/CWindow.cpp index 8d507e789..8265699b2 100644 --- a/gb.qt4/src/CWindow.cpp +++ b/gb.qt4/src/CWindow.cpp @@ -1711,7 +1711,7 @@ void MyMainWindow::present(QWidget *parent) } } - if (parent || (hasBorder() && !THIS->noTakeFocus)) + if (!THIS->noTakeFocus) // && (parent || hasBorder())) activateWindow(); if (parent)