mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
remove debug output
This commit is contained in:
parent
a941c04171
commit
76c89b0029
1 changed files with 1 additions and 2 deletions
|
|
@ -52,9 +52,8 @@ Container::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) con
|
|||
Rect self (item_to_window (bb, false));
|
||||
const Rect draw = self.intersection (area);
|
||||
|
||||
std::cerr << whoami() << " render bb " << bb << " self " << self << " area " << area << " draw " << draw << std::endl;
|
||||
|
||||
if (fill()) {
|
||||
|
||||
setup_fill_context (context);
|
||||
context->rectangle (draw.x0, draw.y0, draw.width(), draw.height());
|
||||
context->fill_preserve ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue