mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
remove debugging output
This commit is contained in:
parent
c926ca2b6b
commit
df24b1ab8d
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ Widget::event_proxy (GdkEvent* ev)
|
||||||
void
|
void
|
||||||
Widget::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
|
Widget::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
|
||||||
{
|
{
|
||||||
std::cerr << "Render widget\n";
|
// std::cerr << "Render widget\n";
|
||||||
|
|
||||||
if (!_bounding_box) {
|
if (!_bounding_box) {
|
||||||
std::cerr << "no bbox\n";
|
std::cerr << "no bbox\n";
|
||||||
|
|
@ -67,7 +67,7 @@ Widget::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
|
||||||
crect.height = draw.height();
|
crect.height = draw.height();
|
||||||
crect.width = draw.width();
|
crect.width = draw.width();
|
||||||
|
|
||||||
std::cerr << "will draw " << draw << "\n";
|
// std::cerr << "will draw " << draw << "\n";
|
||||||
context->save ();
|
context->save ();
|
||||||
context->translate (-draw.x0, -draw.y0);
|
context->translate (-draw.x0, -draw.y0);
|
||||||
//context->rectangle (draw.x0, draw.y0, draw.width(), draw.height());
|
//context->rectangle (draw.x0, draw.y0, draw.width(), draw.height());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue