mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
slightly more information in group render DEBUG_TRACE output
This commit is contained in:
parent
4f9e46976c
commit
5ea6b4420b
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ Group::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
|
||||||
if (draw) {
|
if (draw) {
|
||||||
#ifdef CANVAS_DEBUG
|
#ifdef CANVAS_DEBUG
|
||||||
if (DEBUG_ENABLED(PBD::DEBUG::CanvasRender)) {
|
if (DEBUG_ENABLED(PBD::DEBUG::CanvasRender)) {
|
||||||
cerr << string_compose ("%1render %2 %3\n", _canvas->render_indent(), (*i)->whatami(),
|
cerr << string_compose ("%1render %2 %3 item = %4 intersect = %5\n", _canvas->render_indent(), (*i)->whatami(),
|
||||||
(*i)->name);
|
(*i)->name, item, draw.get());
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue