mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Prevent vertical autoscroll when dragging the playhead.
git-svn-id: svn://localhost/ardour2/branches/3.0@5186 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b192de88b6
commit
478bab5380
4 changed files with 12 additions and 4 deletions
|
|
@ -1882,7 +1882,7 @@ public:
|
|||
bool autoscroll_canvas ();
|
||||
void start_canvas_autoscroll (int x, int y);
|
||||
void stop_canvas_autoscroll ();
|
||||
void maybe_autoscroll (GdkEventMotion*);
|
||||
void maybe_autoscroll (GdkEventMotion*, bool);
|
||||
bool allow_vertical_scroll;
|
||||
|
||||
/* trimming */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue