summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2008-01-06 16:27:39 +0000
committerDoug McLain <doug@nostar.net>2008-01-06 16:27:39 +0000
commitea1e32c785247ac893d498f5384d3fa3a042a3db (patch)
treeac8cb9b0ef8e1550c3b17d73e2bdbe6e5504e2af /gtk2_ardour/editor.h
parent8134233249158635f5a44c41f4f7d57b94526a46 (diff)
fixed the Enable Editor Meters option not being selected on startup
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2831 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index a5a2a62222..3f772f5ff0 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -355,6 +355,8 @@ class Editor : public PublicEditor
bool update_mouse_speed ();
bool decelerate_mouse_speed ();
+ void toggle_meter_updating();
+
protected:
void map_transport_state ();
void map_position_change (nframes_t);
@@ -2025,7 +2027,6 @@ class Editor : public PublicEditor
sigc::connection fast_screen_update_connection;
gint start_updating ();
gint stop_updating ();
- void toggle_meter_updating();
void fast_update_strips ();
bool meters_running;