mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Update qt_mainwindow.cpp
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user