canvas: remove debug output
This commit is contained in:
parent
4806e10aa1
commit
be461e95e1
@ -1541,7 +1541,6 @@ GtkCanvasViewport::on_size_request (Gtk::Requisition* req)
|
|||||||
Distance height;
|
Distance height;
|
||||||
|
|
||||||
_canvas.root()->size_request (width, height);
|
_canvas.root()->size_request (width, height);
|
||||||
cerr << "OSR size canvas to " << width << " x " << height << endl;
|
|
||||||
_canvas.request_size (Duple (width, height));
|
_canvas.request_size (Duple (width, height));
|
||||||
|
|
||||||
req->width = width;
|
req->width = width;
|
||||||
|
Loading…
Reference in New Issue
Block a user