Update height after changing order to fix mantis bug #1618

git-svn-id: svn://localhost/ardour2/trunk@1734 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-04-20 15:16:48 +00:00
parent 003c9d6f5e
commit f00a5251b5

View file

@ -221,6 +221,9 @@ TimeAxisView::show_at (double y, int& nth, VBox *parent)
order = nth;
_hidden = false;
/* height in pixels depends on _order, so update it now we've changed _order */
set_height (height_style);
effective_height = height;
/* now show children */