mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
mostly editor.cc & editor_mouse.cc for Gdk::Cursor, Gnome::Canvas::Item
git-svn-id: svn://localhost/trunk/ardour2@73 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
df065d1414
commit
0e2de804f2
9 changed files with 350 additions and 356 deletions
|
|
@ -49,8 +49,7 @@ Editor::kbd_driver (sigc::slot<void,GdkEvent*> theslot, bool use_track_canvas, b
|
|||
selection->set (entered_regionview);
|
||||
}
|
||||
|
||||
gnome_canvas_window_to_world (GNOME_CANVAS(track_canvas), x, y, &dx, &dy);
|
||||
|
||||
track_canvas.c2w(x, y, dx, dy);
|
||||
ev.type = GDK_BUTTON_PRESS;
|
||||
ev.button.x = dx;
|
||||
ev.button.y = dy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue