Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authoramartin <olpc@localhost.localdomain>2007-02-27 06:43:38 (GMT)
committer amartin <olpc@localhost.localdomain>2007-02-27 06:43:38 (GMT)
commit2fbfd856f3e91fca3b48c0ae5eea9058dd5f1964 (patch)
treec89bfc72378d3b5207bcf0dd2580e5b3230bb91c /SynthLab
parent29d74657499fd94e45e16cca910f8710fe8a0e4c (diff)
instrument panel in popup, and misc bug fixes
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabWindow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/SynthLab/SynthLabWindow.py b/SynthLab/SynthLabWindow.py
index d53116a..3f3fd26 100644
--- a/SynthLab/SynthLabWindow.py
+++ b/SynthLab/SynthLabWindow.py
@@ -185,6 +185,8 @@ class SynthLabWindow(SubActivity):
self.presetCallback(self.presets,0)
self.tooltips.set_tip(self.durationSlider, Tooltips.SOUNDDUR + ': ' + self.durString)
+
+ self.show_all()
def onDestroy(self):
pass