Fix connect/disconnect of meter updating, and keep meters visible for now, to get some feedback as to which is better

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2699 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2007-11-19 20:56:29 +00:00
parent bae0736baf
commit f265a08604
7 changed files with 24 additions and 9 deletions

View file

@ -184,7 +184,7 @@ Editor::Editor ()
range_mark_label (_("Range Markers")),
transport_mark_label (_("Loop/Punch Ranges")),
edit_packer (3, 3, false),
edit_packer (3, 3, true),
/* the values here don't matter: layout widgets
reset them as needed.
@ -209,7 +209,8 @@ Editor::Editor ()
/* nudge */
nudge_clock (X_("nudge"), false, X_("NudgeClock"), true, true)
nudge_clock (X_("nudge"), false, X_("NudgeClock"), true, true),
meters_running(false)
{
constructed = false;