From 59b3e80a52cad958ef7313b05829e2bb1006dfbe Mon Sep 17 00:00:00 2001
From: "Tim E. Real" <termtech@rogers.com>
Date: Thu, 22 Nov 2012 02:43:25 +0000
Subject: Fixed: Markers and synth windows don't open at all on some desktops
 like Lubuntu. See ChangeLog for details.

---
 muse2/synti/fluid/fluidgui.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'muse2/synti/fluid')

diff --git a/muse2/synti/fluid/fluidgui.cpp b/muse2/synti/fluid/fluidgui.cpp
index c9477b6b..1d92aa37 100644
--- a/muse2/synti/fluid/fluidgui.cpp
+++ b/muse2/synti/fluid/fluidgui.cpp
@@ -58,8 +58,10 @@ FLUIDGui::FLUIDGui()
       // 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();
       }
 
 //---------------------------------------------------------
-- 
cgit v1.2.3