mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
lots of tweaking and adding debug output including operator<</dump(ostream&) methods to help visualize canvas structure
This commit is contained in:
parent
7db5d68cdb
commit
07a505b1b2
15 changed files with 188 additions and 23 deletions
|
|
@ -18,6 +18,7 @@ RootGroup::compute_bounding_box () const
|
|||
Group::compute_bounding_box ();
|
||||
|
||||
if (_bounding_box) {
|
||||
cerr << "!!!!! requesting canvas size " << _bounding_box.get() << endl;
|
||||
_canvas->request_size (Duple (_bounding_box.get().width (), _bounding_box.get().height ()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue