summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note_base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/note_base.cc')
-rw-r--r--gtk2_ardour/note_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/note_base.cc b/gtk2_ardour/note_base.cc
index 3852673e60..5142586715 100644
--- a/gtk2_ardour/note_base.cc
+++ b/gtk2_ardour/note_base.cc
@@ -321,6 +321,6 @@ NoteBase::mouse_near_ends () const
bool
NoteBase::big_enough_to_trim () const
{
- return (x1() - x0()) > 10;
+ return (x1() - x0()) > 10;
}