diff options
Diffstat (limited to 'muse2/synti/fluidsynth')
-rw-r--r-- | muse2/synti/fluidsynth/fluidsynthgui.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/muse2/synti/fluidsynth/fluidsynthgui.cpp b/muse2/synti/fluidsynth/fluidsynthgui.cpp index b6a3a4bd..b1492dae 100644 --- a/muse2/synti/fluidsynth/fluidsynthgui.cpp +++ b/muse2/synti/fluidsynth/fluidsynthgui.cpp @@ -135,8 +135,10 @@ FluidSynthGui::FluidSynthGui() // for certain window managers, e.g xfce, this window is // is displayed although not specifically set to show(); // bug: 2811156 Softsynth GUI unclosable with XFCE4 (and a few others) - show(); - hide(); + // Nov 21, 2012 Hey this causes the thing not to open at all, EVER, on Lubuntu and some others! + // And we had a request to remove this from a knowledgable tester. REMOVE Tim. + ///show(); + ///hide(); } FluidSynthGui::~FluidSynthGui() |