mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
debugging: get a stacktrace for the start of a track drag
This commit is contained in:
parent
2b2d923dc6
commit
7c5bd69ff1
1 changed files with 1 additions and 0 deletions
|
|
@ -7034,6 +7034,7 @@ Editor::start_track_drag (TimeAxisView& tav, int y, Gtk::Widget& w)
|
|||
{
|
||||
track_drag = new TrackDrag (dynamic_cast<RouteTimeAxisView*> (&tav), *_session);
|
||||
DEBUG_TRACE (DEBUG::TrackDrag, string_compose ("start track drag with %1\n", track_drag));
|
||||
PBD::stacktrace (std::cerr, 20);
|
||||
|
||||
track_drag->drag_cursor = _cursors->move->gobj();
|
||||
track_drag->predrag_cursor = gdk_window_get_cursor (edit_controls_vbox.get_window()->gobj());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue