diff options
author | corvid <corvid@lavabit.com> | 2009-10-23 21:38:21 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-10-23 21:38:21 +0000 |
commit | d0c29ad22847af6e768dd69fd2262a2134ac1d3e (patch) | |
tree | 7fbaa7bcbc84041b0b5ba316249483abf90f4c0d | |
parent | aa39ac5cfa7b7d639e68fa60289714565197565f (diff) |
set listItem for listitems
-rw-r--r-- | dw/listitem.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/listitem.cc b/dw/listitem.cc index a4c58074..f4499400 100644 --- a/dw/listitem.cc +++ b/dw/listitem.cc @@ -30,6 +30,7 @@ ListItem::ListItem (ListItem *ref, bool limitTextWidth): AlignedTextblock (limitTextWidth) { registerName ("dw::ListItem", &CLASS_ID); + listItem = true; setRefTextblock (ref); } |