summaryrefslogtreecommitdiff
path: root/muse2/synti/fluid
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-11-09 03:28:50 +0000
committerTim E. Real <termtech@rogers.com>2010-11-09 03:28:50 +0000
commit6f006e0573dc0ec5cef0de2e9de9e9b09e3283ea (patch)
treee05bb34516d9ae3928d24833f7301f13ebc4f570 /muse2/synti/fluid
parent8524da8e014372100b8ee4a579e3b8a4635c9a12 (diff)
Updated some window flags (stay on top, delete on close...)
Diffstat (limited to 'muse2/synti/fluid')
-rw-r--r--muse2/synti/fluid/fluidgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/fluid/fluidgui.cpp b/muse2/synti/fluid/fluidgui.cpp
index e5677bcb..909b5086 100644
--- a/muse2/synti/fluid/fluidgui.cpp
+++ b/muse2/synti/fluid/fluidgui.cpp
@@ -29,7 +29,7 @@
//---------------------------------------------------------
FLUIDGui::FLUIDGui()
- : FLUIDGuiBase(0, "fluidgui", Qt::WType_TopLevel), MessGui()
+ : FLUIDGuiBase(0, "fluidgui", Qt::Window), MessGui()
{
connect(fdialogButton, SIGNAL(clicked()), SLOT(soundFontFileDialog()));
connect(loadButton, SIGNAL(clicked()), SLOT(loadFont()));