diff options
author | Sebastian Geerken <devnull@localhost> | 2013-01-05 12:33:01 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-01-05 12:33:01 +0100 |
commit | d9f1239bade6a1781ebc5626bbd405ecbe5ff253 (patch) | |
tree | 866d008726956d81ad85126b6a397d093883d5a3 /dw/widget.cc | |
parent | 824cd84f321d358ab878b99cbaaef936823d8c8b (diff) |
More debugging stuff.
Diffstat (limited to 'dw/widget.cc')
-rw-r--r-- | dw/widget.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/widget.cc b/dw/widget.cc index 4018c069..1ac3787e 100644 --- a/dw/widget.cc +++ b/dw/widget.cc @@ -111,8 +111,8 @@ void Widget::setParent (Widget *parent) notifySetParent(); //DBG_OBJ_ASSOC (widget, parent); - //printf ("The %s %p becomes a child of the %s %p\n", - // getClassName(), this, parent->getClassName(), parent); + printf ("The %s %p becomes a child of the %s %p\n", + getClassName(), this, parent->getClassName(), parent); } void Widget::queueDrawArea (int x, int y, int width, int height) |