additional DEBUG_TRACE message for canvas current item selection

This commit is contained in:
Paul Davis 2014-06-30 08:31:20 -04:00
parent 8b216111da
commit cf075743e4

View File

@ -416,6 +416,8 @@ GtkCanvas::pick_current_item (Duple const & point, int state)
within_items.push_front (possible_item);
}
DEBUG_TRACE (PBD::DEBUG::CanvasEnterLeave, string_compose ("after filtering insensitive + containers, we have %1 items\n", within_items.size()));
if (within_items.empty()) {
/* no items at point, just send leave event below */