mark initial TAV as hidden to speed up initial display.
This prevents an extra call to "redisplay" from TAV::hide() which triggers handle_gui_changes. Visible TAVs are positioned using show_at() which unsets _hidden.
This commit is contained in:
parent
6f858b51d2
commit
d5050cd0f4
@ -96,7 +96,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session* sess, PublicEditor& ed, TimeAxisVie
|
||||
, parent (rent)
|
||||
, selection_group (0)
|
||||
, _ghost_group (0)
|
||||
, _hidden (false)
|
||||
, _hidden (true)
|
||||
, in_destructor (false)
|
||||
, _size_menu (0)
|
||||
, _canvas_display (0)
|
||||
|
Loading…
Reference in New Issue
Block a user