From 74c7dff97103a43c2349539348fea8c789308953 Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Sun, 30 Apr 2017 11:37:12 +0200 Subject: [PATCH] Address #1 --- mainwindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index ddf34c8..df03282 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -119,6 +119,10 @@ void MainWindow::quit() void MainWindow::toggleVisible() { this->setVisible(!this->isVisible()); + if (this->isVisible()) + { + this->raise(); + } } void MainWindow::newUploader(Uploader *u)