mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
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:
parent
bae0736baf
commit
f265a08604
7 changed files with 24 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue