Skip to content

Commit

Permalink
Add a call to bring GSEditor window to top on IPC zip import
Browse files Browse the repository at this point in the history
ADd a call to bring GSEditor window to top on IPC zip import.
  • Loading branch information
ensisoft committed Oct 20, 2022
1 parent f86a2e3 commit aabe591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aabe591

Please sign in to comment.