mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
more playhead-drag/click locate debugging
This commit is contained in:
parent
dbcd78cf71
commit
dbcf7dd666
1 changed files with 2 additions and 1 deletions
|
|
@ -769,6 +769,8 @@ GtkCanvas::deliver_event (GdkEvent* event)
|
|||
|
||||
Item* parent = item->parent ();
|
||||
|
||||
DEBUG_TRACE (PBD::DEBUG::CanvasEvents, string_compose ("consider delivery to %1 %2 (ignored = ? %3)\n", item->whatami(), item->name.empty() ? "[unknown]" : item->name, item->ignore_events()));
|
||||
|
||||
if (!item->ignore_events () &&
|
||||
item->Event (event)) {
|
||||
/* this item has just handled the event */
|
||||
|
|
@ -1483,4 +1485,3 @@ GtkCanvasViewport::on_size_request (Gtk::Requisition* req)
|
|||
req->width = 16;
|
||||
req->height = 16;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue