Fix bug mainwindow shown by click menu can not hide

This commit is contained in:
chenlelin 2021-01-04 09:25:06 +08:00
parent 0d190f3c53
commit fb73b4a4b6
1 changed files with 2 additions and 0 deletions

View File

@ -806,6 +806,8 @@ void MainWindow::on_showWindowAction()
{
handleIconClicked();
this->showNormal();
this->raise();
this->activateWindow();
}