Always use maximized window in Qt windowport.

This commit is contained in:
warwick
2002-01-23 03:03:37 +00:00
parent a89b941f5b
commit fe5a464dc3

View File

@@ -3942,11 +3942,10 @@ void NetHackQtMainWindow::ShowIfReady()
stack->addWidget(message->Widget(), 1);
stack->addWidget(status->Widget(), 2);
raiseMap();
showMaximized();
} else {
layout();
show();
}
showMaximized();
} else if (isVisible()) {
hide();
}