QT render stack: add a missing default entry. Also committing the missing MO image creation fixes.

This commit is contained in:
OBattler
2025-03-18 18:20:49 +01:00
parent d31841dc3c
commit aaaa96f785
2 changed files with 12 additions and 9 deletions

View File

@@ -549,6 +549,9 @@ RendererStack::event(QEvent* event)
return true;
#endif
}
default:
return QStackedWidget::event(event);
}
return QStackedWidget::event(event);