From aabe5918cb6abde38a2066ed3cd98cffeb0525c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20V=C3=A4is=C3=A4nen?= Date: Thu, 20 Oct 2022 20:42:51 +0200 Subject: [PATCH] Add a call to bring GSEditor window to top on IPC zip import ADd a call to bring GSEditor window to top on IPC zip import. --- editor/gui/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editor/gui/mainwindow.cpp b/editor/gui/mainwindow.cpp index c0d88690a..b13adf22f 100644 --- a/editor/gui/mainwindow.cpp +++ b/editor/gui/mainwindow.cpp @@ -2740,6 +2740,9 @@ void MainWindow::ViewerJsonMessageReceived(const QJsonObject& json) } else if (message == "viewer-export") { + // try to bring this window to the top + activateWindow(); + QString zip_file; QString folder_suggestion; QString prefix_suggestion;