Skip to content

Commit

Permalink
Force windows foreground (#1222)
Browse files Browse the repository at this point in the history
IB-7798

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma authored Oct 24, 2023
1 parent 29bcf59 commit d8ee45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,8 @@ void Application::showClient(const QStringList &params, bool crypto, bool sign,
// Required for restoring minimized window on macOS
w->setWindowState(Qt::WindowActive);
#endif
w->activateWindow();
w->show();
w->activateWindow();
w->raise();
if( !params.isEmpty() )
QMetaObject::invokeMethod(w, "open", Q_ARG(QStringList,params), Q_ARG(bool,crypto), Q_ARG(bool,sign));
Expand Down
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 1 files
+2 −13 modules/FindXSD.cmake

0 comments on commit d8ee45c

Please sign in to comment.