diff options
-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); } |