aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.cc
diff options
context:
space:
mode:
authorsgeerken <devnull@localhost>2012-07-09 17:33:50 +0200
committersgeerken <devnull@localhost>2012-07-09 17:33:50 +0200
commita3cf6a760328070a64e9f7c1288d134ce2cad84b (patch)
tree5edcfae3c5a9b3d2a036ba0db0efc86359a83285 /dw/textblock.cc
parent7b7f3a4fcedffce9a1d4df95c0b04e271885bb07 (diff)
Anchors now work (half)
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r--dw/textblock.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index 5450043f..bc7c3444 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -310,6 +310,8 @@ void Textblock::sizeAllocateImpl (core::Allocation *allocation)
allocation->x, allocation->y, allocation->width,
allocation->ascent, allocation->descent);
+ showMissingLines ();
+
int lineIndex, wordIndex;
Line *line;
Word *word;