Merge branch 'qt-opengl-es' of ssh://github.com/Cacodemon345/86box into qt-opengl-es

This commit is contained in:
Cacodemon345
2022-08-02 00:14:32 +06:00

View File

@@ -651,8 +651,8 @@ void MainWindow::showEvent(QShowEvent *event) {
if (shownonce) return;
shownonce = true;
if (window_remember) {
if (window_w < 320) window_w = 320;
if (window_h < 200) window_h = 200;
if (window_w == 0) window_w = 320;
if (window_h == 0) window_h = 200;
}
if (window_remember && !QApplication::platformName().contains("wayland")) {