aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-11-17 20:25:01 +0100
committerSebastian Geerken <devnull@localhost>2014-11-17 20:25:01 +0100
commitf83977c78fb00b0c1d57235e4e9784af822d39ba (patch)
tree950d92a4f8c6ee791f3ea581366438edb2407b26 /dw/textblock.cc
parent474dc2e3c3f0a9443a86766067f021db08bfc741 (diff)
RTFL messages.
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r--dw/textblock.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index dd0aa100..8c2accb4 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -2352,6 +2352,7 @@ void Textblock::addWidget (core::Widget *widget, core::style::Style *style)
* (parent_ref is actually undefined, but likely has the value 0.) At the,
* end of this function, the correct value is assigned. */
widget->parentRef = -1;
+ DBG_OBJ_SET_NUM_O (widget, "parentRef", widget->parentRef);
widget->setStyle (style);