remove debug output
This commit is contained in:
parent
f2e2cce343
commit
93d2f6f433
@ -614,8 +614,6 @@ Item::size_request (double& w, double& h) const
|
||||
{
|
||||
Rect r (bounding_box());
|
||||
|
||||
std::cerr << "\titem " << this << " bbox " << r << std::endl;
|
||||
|
||||
w = std::max (requested_width, r.width());
|
||||
h = std::max (requested_height, r.height());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user