summaryrefslogtreecommitdiff
path: root/muse2/muse/arranger
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2012-11-22 02:43:25 +0000
committerTim E. Real <termtech@rogers.com>2012-11-22 02:43:25 +0000
commit59b3e80a52cad958ef7313b05829e2bb1006dfbe (patch)
tree759073af54e799d9cd4f94c91ef258e70621dbdb /muse2/muse/arranger
parente9600a1fe0d09d9c76e7885e796de5a9420e9f92 (diff)
Fixed: Markers and synth windows don't open at all on some desktops like Lubuntu.
See ChangeLog for details.
Diffstat (limited to 'muse2/muse/arranger')
-rw-r--r--muse2/muse/arranger/arrangerview.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/muse2/muse/arranger/arrangerview.cpp b/muse2/muse/arranger/arrangerview.cpp
index a2024159..e91d05f6 100644
--- a/muse2/muse/arranger/arrangerview.cpp
+++ b/muse2/muse/arranger/arrangerview.cpp
@@ -359,8 +359,10 @@ ArrangerView::ArrangerView(QWidget* parent)
// 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();
}
ArrangerView::~ArrangerView()