Fixed minimize/normal window states to support "normal" windows as well

This commit is contained in:
Klaus Basan
2015-11-06 03:15:55 +01:00
committed by Mathew Sutcliffe
parent 4268f9c347
commit b5d74c26e0
3 changed files with 8 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ void SwiftGuiStd::ps_onMenuClicked()
}
else if (sender == this->ui->menu_WindowMinimize)
{
this->showMinimized();
this->ps_showMinimized();
}
else if (sender == this->ui->menu_WindowToggleOnTop)
{