mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
remove debug output
This commit is contained in:
parent
5298dbc0f7
commit
eb5d459564
1 changed files with 0 additions and 4 deletions
|
|
@ -123,15 +123,11 @@ Widget::size_allocate (Rect const & r)
|
|||
void
|
||||
Widget::compute_bounding_box () const
|
||||
{
|
||||
std::cerr << "cbbox for widget\n";
|
||||
|
||||
GtkRequisition req = { 0, 0 };
|
||||
Gtk::Allocation alloc;
|
||||
|
||||
_widget.size_request (req);
|
||||
|
||||
std::cerr << "widget wants " << req.width << " x " << req.height << "\n";
|
||||
|
||||
_bounding_box = Rect (0, 0, req.width, req.height);
|
||||
|
||||
/* make sure the widget knows that it got what it asked for */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue