aboutsummaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
Diffstat (limited to 'dw')
-rw-r--r--dw/textblock.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index dbf6e8e1..52eda3e1 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -3044,6 +3044,8 @@ void Textblock::updateReference (int ref)
if (lines->size () > 0)
queueResize (ref, false);
+
+ // TODO: "if (words->size () > 0)" has to be considered.
}
void Textblock::widgetRefSizeChanged (int externalIndex)