mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
canvas: fix debug output after auto-fication
This commit is contained in:
parent
77cefd7721
commit
edca8209aa
1 changed files with 1 additions and 5 deletions
|
|
@ -611,11 +611,7 @@ GtkCanvas::pick_current_item (Duple const & point, int state)
|
|||
#ifndef NDEBUG
|
||||
if (DEBUG_ENABLED(PBD::DEBUG::CanvasEnterLeave)) {
|
||||
for (auto const & item : items) {
|
||||
#ifdef CANVAS_DEBUG
|
||||
// std::cerr << "\tItem " << (*it)->whatami() << '/' << (*it)->name << " ignore events ? " << (*it)->ignore_events() << " vis ? " << (*it)->visible() << std::endl;
|
||||
#else
|
||||
// std::cerr << "\tItem " << (*it)->whatami() << '/' << " ignore events ? " << (*it)->ignore_events() << " vis ? " << (*it)->visible() << std::endl;
|
||||
#endif
|
||||
std::cerr << "\tItem " << item->whoami() << " ignore events ? " << item->ignore_events() << " vis ? " << item->visible() << std::endl;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue