summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-07-07 05:04:34 +0000
committerDoug McLain <doug@nostar.net>2007-07-07 05:04:34 +0000
commitaf8acbcc8879e3e3e158a92417578152627faf3b (patch)
treea083761cbd7d91d02ab93859c6ce083743f6bb2d /gtk2_ardour/mixer_ui.cc
parent68653307e666b8daabd2931ce0731d400d947707 (diff)
more show() stuff, and replaced strip->show_all(); untill its actually finished
git-svn-id: svn://localhost/ardour2/trunk@2124 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_ui.cc')
-rw-r--r--gtk2_ardour/mixer_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc
index b2d0806609..48fd3ec223 100644
--- a/gtk2_ardour/mixer_ui.cc
+++ b/gtk2_ardour/mixer_ui.cc
@@ -619,6 +619,7 @@ Mixer_UI::redisplay_track_list ()
strip_packer.pack_start (*strip, false, false);
}
strip->set_packed (true);
+ strip->show_all();
}
} else {