summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-02-26 10:50:51 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-02-26 10:50:51 -0500
commit5cbb60d3399c2821741327156e8004d5580d3fef (patch)
tree3bc50acfaa3664b6e20e02fa144e017680d329fb /gtk2_ardour/editor.h
parentc04285addf47b71c4046a97de231cab88edd5241 (diff)
fix display of time selection rect(s) when switching mouse modes
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 224f113ddf..b1edb26737 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1646,6 +1646,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
Selection* cut_buffer;
void time_selection_changed ();
+ void update_time_selection_display ();
void track_selection_changed ();
void region_selection_changed ();
sigc::connection editor_regions_selection_changed_connection;