mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
NO-OP: whitespace
This commit is contained in:
parent
084a23a80d
commit
24a1fd9dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ GtkCanvas::pick_current_item (Duple const & point, int state)
|
||||||
/* find the items at the given window position */
|
/* find the items at the given window position */
|
||||||
|
|
||||||
list<Item const *> within_items;
|
list<Item const *> within_items;
|
||||||
get_items_enclosing(point, within_items);
|
get_items_enclosing (point, within_items);
|
||||||
|
|
||||||
DEBUG_TRACE (PBD::DEBUG::CanvasEnterLeave, string_compose ("after filtering insensitive + containers, we have %1 items\n", within_items.size()));
|
DEBUG_TRACE (PBD::DEBUG::CanvasEnterLeave, string_compose ("after filtering insensitive + containers, we have %1 items\n", within_items.size()));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue