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
This commit is contained in:
Doug McLain 2007-07-07 05:04:34 +00:00
parent 68653307e6
commit af8acbcc88
6 changed files with 27 additions and 5 deletions

View file

@ -153,6 +153,10 @@ ProcessorBox::ProcessorBox (Placement pcmnt, Session& sess, boost::shared_ptr<Ro
/* now force an update of all the various elements */
redisplay_processors ();
processor_scroller.show();
processor_display.show();
show();
}
ProcessorBox::~ProcessorBox ()