From c7542105c5f661ef9c6964ec87868fc33331a017 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 18 Apr 2019 00:59:58 +0200 Subject: [PATCH] Ref T605, Maximize Window flag, allows to use standard Win10 navigation --- src/blackgui/enableforframelesswindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackgui/enableforframelesswindow.cpp b/src/blackgui/enableforframelesswindow.cpp index 436af5d02..e0ac6ca74 100644 --- a/src/blackgui/enableforframelesswindow.cpp +++ b/src/blackgui/enableforframelesswindow.cpp @@ -304,7 +304,7 @@ namespace BlackGui return (Qt::Tool | Qt::WindowMinimizeButtonHint | Qt::WindowCloseButtonHint); case WindowNormal: default: - return (Qt::Window | Qt::WindowMinimizeButtonHint | Qt::WindowCloseButtonHint); + return (Qt::Window | Qt::WindowMaximizeButtonHint | Qt::WindowMinimizeButtonHint | Qt::WindowCloseButtonHint); } } } // namespace