mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
last piece of scroll-wheel checkin, oops
This commit is contained in:
parent
2cc25a9d79
commit
663f9827f9
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ GtkCanvas::GtkCanvas ()
|
|||
{
|
||||
/* these are the events we want to know about */
|
||||
add_events (Gdk::BUTTON_PRESS_MASK | Gdk::BUTTON_RELEASE_MASK | Gdk::POINTER_MOTION_MASK |
|
||||
Gdk::ENTER_NOTIFY_MASK | Gdk::LEAVE_NOTIFY_MASK);
|
||||
Gdk::SCROLL_MASK | Gdk::ENTER_NOTIFY_MASK | Gdk::LEAVE_NOTIFY_MASK);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue