mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
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:
parent
003c9d6f5e
commit
f00a5251b5
1 changed files with 3 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue