mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
mo' better debugging of canvas "structure" via Item::dump and derivatives
This commit is contained in:
parent
18048747b6
commit
1267b1d61c
5 changed files with 47 additions and 9 deletions
|
|
@ -77,9 +77,9 @@ Canvas::Canvas (XMLTree const * tree)
|
|||
void
|
||||
Canvas::render (Rect const & area, Cairo::RefPtr<Cairo::Context> const & context) const
|
||||
{
|
||||
// cerr << "CANVAS @ " << this << endl;
|
||||
// dump (cerr);
|
||||
// cerr << "-------------------------\n";
|
||||
cerr << "CANVAS @ " << this << endl;
|
||||
dump (cerr);
|
||||
cerr << "-------------------------\n";
|
||||
|
||||
checkpoint ("render", "-> render");
|
||||
render_count = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue