summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-hit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/canvas-hit.cc')
-rw-r--r--gtk2_ardour/canvas-hit.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/canvas-hit.cc b/gtk2_ardour/canvas-hit.cc
index f00e113462..d3bf1544be 100644
--- a/gtk2_ardour/canvas-hit.cc
+++ b/gtk2_ardour/canvas-hit.cc
@@ -13,7 +13,7 @@ CanvasHit::CanvasHit (MidiRegionView& region,
Group& group,
double size,
const boost::shared_ptr<NoteType> note,
- bool with_events)
+ bool with_events)
: Diamond(group, size)
, CanvasNoteEvent(region, this, note)
{
@@ -27,7 +27,7 @@ CanvasHit::on_event(GdkEvent* ev)
{
if (!CanvasNoteEvent::on_event (ev)) {
return _region.get_time_axis_view().editor().canvas_note_event (ev, this);
- }
+ }
return true;
}