lots of tweaking and adding debug output including operator<</dump(ostream&) methods...
[ardour.git] / libs / canvas / root_group.cc
index a9e0aae77fcf8973f05bcdb47add1bc262808a0c..b8637d9988d95bd1f7a71f744190d2a2fbad2c67 100644 (file)
@@ -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 ()));
        }
 }