13
0

Make sure group tabs are updated when dragging track heights.

git-svn-id: svn://localhost/ardour2/branches/3.0@5264 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-06-23 22:13:05 +00:00
parent f71a197270
commit 474bf32ae3

View File

@ -5246,8 +5246,11 @@ Editor::idle_resize ()
}
}
flush_canvas ();
_group_tabs->set_dirty ();
resize_idle_id = -1;
return false;
}