mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Fixed minimize/normal window states to support "normal" windows as well
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4268f9c347
commit
b5d74c26e0
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user