fixed maximize button in ubuntu, prepared linux32 build

This commit is contained in:
John Preston
2014-07-17 13:42:06 +04:00
parent c93e4e27fe
commit dd4b0f033c
16 changed files with 4427 additions and 4389 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ void TitleWidget::maximizedChanged(bool maximized) {
lastMaximized = maximized;
if (cPlatform() == dbipMac) return;
if (cPlatform() != dbipWindows) return;
if (maximized) {
_maximize.clearState();
} else {