diff options
Diffstat (limited to 'dw/widget.cc')
-rw-r--r-- | dw/widget.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/widget.cc b/dw/widget.cc index 8ca0681a..3c788565 100644 --- a/dw/widget.cc +++ b/dw/widget.cc @@ -109,7 +109,8 @@ void Widget::setParent (Widget *parent) buttonSensitive = parent->buttonSensitive; //DBG_OBJ_ASSOC (widget, parent); - //printf ("%p becomes a child of %p\n", this, 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) |