remove debug output
This commit is contained in:
parent
711c1520b5
commit
0434f00a47
@ -52,9 +52,8 @@ Container::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) con
|
|||||||
Rect self (item_to_window (bb, false));
|
Rect self (item_to_window (bb, false));
|
||||||
const Rect draw = self.intersection (area);
|
const Rect draw = self.intersection (area);
|
||||||
|
|
||||||
std::cerr << whoami() << " render bb " << bb << " self " << self << " area " << area << " draw " << draw << std::endl;
|
|
||||||
|
|
||||||
if (fill()) {
|
if (fill()) {
|
||||||
|
|
||||||
setup_fill_context (context);
|
setup_fill_context (context);
|
||||||
context->rectangle (draw.x0, draw.y0, draw.width(), draw.height());
|
context->rectangle (draw.x0, draw.y0, draw.width(), draw.height());
|
||||||
context->fill_preserve ();
|
context->fill_preserve ();
|
||||||
|
Loading…
Reference in New Issue
Block a user