Ignore "Keep plugin windows on top" setting when on wayland (#7901)

Fix a crash that occurs when running under Wayland and when loading a VST
plugin with the option "Keep plugin windows on top when not embedded"
enabled.
This commit is contained in:
Andrew Wiltshire
2025-05-31 18:58:08 +01:00
committed by GitHub
parent 352ef8c25e
commit 3f8b86a559
3 changed files with 9 additions and 4 deletions

View File

@@ -55,6 +55,7 @@ public:
static GuiApplication* instance();
static void sigintHandler(int);
static bool isWayland();
#ifdef LMMS_BUILD_WIN32
static QFont getWin32SystemFont();
#endif