diff options
-rw-r--r-- | dw/textblock.cc | 2 | ||||
-rw-r--r-- | test/liang.cc | 2 |
2 files changed, 4 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; diff --git a/test/liang.cc b/test/liang.cc index 59aaa6d5..5cee0b5f 100644 --- a/test/liang.cc +++ b/test/liang.cc @@ -31,6 +31,8 @@ int main (int argc, char *argv[]) hyphenateWord (&p, "über"); hyphenateWord (&p, "aber"); hyphenateWord (&p, "Ackermann"); + hyphenateWord (&p, "„Ackermann“"); + hyphenateWord (&p, "entscheidet."); hyphenateWord (&p, "Grundstücksverkehrsgenehmigungszuständigkeits" "übertragungsverordnung"); hyphenateWord (&p, "„Grundstücksverkehrsgenehmigungszuständigkeits" |