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:
Robin Gareus 2016-05-03 02:19:26 +02:00
parent 6f858b51d2
commit d5050cd0f4

View File

@ -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)