Fix bug mainwindow shown by click menu can not hide
This commit is contained in:
parent
0d190f3c53
commit
fb73b4a4b6
|
@ -806,6 +806,8 @@ void MainWindow::on_showWindowAction()
|
|||
{
|
||||
handleIconClicked();
|
||||
this->showNormal();
|
||||
this->raise();
|
||||
this->activateWindow();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue