summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-21 23:54:57 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-21 23:54:57 +0000
commit03d28648208bbb1be9108593e9327b6375ecb5ef (patch)
tree5ce596371bca8da86fe9b35c670add23a06bad1b /gtk2_ardour/public_editor.h
parent8631c4443945140f207cf1194c85c47bb0cc2571 (diff)
Update ghost note presence when mouse mode is changed. Fixes #3559.
git-svn-id: svn://localhost/ardour2/branches/3.0@8066 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 c967786452..1be9879cd7 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -391,6 +391,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
friend bool forward_key_press (GdkEventKey*);
PBD::Signal0<void> SnapChanged;
+ PBD::Signal0<void> MouseModeChanged;
};
#endif // __gtk_ardour_public_editor_h__