summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-05-04 14:56:24 +0000
committerCarl Hetherington <carl@carlh.net>2011-05-04 14:56:24 +0000
commit4216d201fb8d9e29c4760d07a41b129753a71c8b (patch)
treec440658d533ec992af508d93214cc135a83e9f16 /gtk2_ardour/editor_drag.h
parent378ea3430ff5cb8131ebbd93c8126ba6c46416f0 (diff)
Fix offset of verbose cursor when dragging fade-ins (#4010).
git-svn-id: svn://localhost/ardour2/branches/3.0@9473 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index e40975b5a5..b1e99890e7 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -213,7 +213,7 @@ protected:
}
void show_verbose_cursor_time (framepos_t);
- void show_verbose_cursor_duration (framepos_t, framepos_t);
+ void show_verbose_cursor_duration (framepos_t, framepos_t, double xoffset = 0);
void show_verbose_cursor_text (std::string const &);
Editor* _editor; ///< our editor