summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_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/public_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/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 9242a6e49a..8e666bdf7a 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -156,6 +156,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
virtual void maximise_editing_space() = 0;
virtual void restore_editing_space() = 0;
virtual nframes64_t get_preferred_edit_position (bool ignore_playhead = false) = 0;
+ virtual void toggle_meter_updating() = 0;
sigc::signal<void> ZoomFocusChanged;
sigc::signal<void> ZoomChanged;