summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/note.cc')
-rw-r--r--gtk2_ardour/note.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk2_ardour/note.cc b/gtk2_ardour/note.cc
index 30149866c0..02475f859c 100644
--- a/gtk2_ardour/note.cc
+++ b/gtk2_ardour/note.cc
@@ -123,12 +123,18 @@ Note::set_y1 (Coord y1)
}
void
-Note::set_outline_what (int what)
+Note::set_outline_what (ArdourCanvas::Rectangle::What what)
{
_rectangle->set_outline_what (what);
}
void
+Note::set_outline_all ()
+{
+ _rectangle->set_outline_all ();
+}
+
+void
Note::set_ignore_events (bool ignore)
{
_rectangle->set_ignore_events (ignore);