summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-06-15 23:36:40 +0000
committerCarl Hetherington <carl@carlh.net>2010-06-15 23:36:40 +0000
commitdb98653d2072d24b00495924f5bd3ac381a7a582 (patch)
tree3e591d654a69cd8478af7b4c11b5f7749ffb6c38 /gtk2_ardour/editor_summary.h
parente1a63db0db053c6e799d530d28dbd9b90f736756 (diff)
Hopefully fix slight vertical movements on attempts to drag horizontally.
git-svn-id: svn://localhost/ardour2/branches/3.0@7259 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h
index fa72b929b7..3b18c51099 100644
--- a/gtk2_ardour/editor_summary.h
+++ b/gtk2_ardour/editor_summary.h
@@ -56,6 +56,7 @@ private:
void set_editor (std::pair<double, double> const &, double);
void playhead_position_changed (nframes64_t);
double summary_y_to_editor (double) const;
+ double editor_y_to_summary (double) const;
nframes_t _start; ///< start frame of the overview
nframes_t _end; ///< end frame of the overview