diff options
author | Sebastian Geerken <devnull@localhost> | 2012-11-08 14:54:19 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-11-08 14:54:19 +0100 |
commit | 9c77c6d76e25394517d371e070d13b54ab7858d8 (patch) | |
tree | 6dfe12eb0f5722e5f5c424f1ed0396b516ce4de1 /test/dw_anchors_test.cc | |
parent | 2f9834507ff751f177c6fa218cc5849107a61aa8 (diff) |
Making hyphen penalties configurable.
Diffstat (limited to 'test/dw_anchors_test.cc')
-rw-r--r-- | test/dw_anchors_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_anchors_test.cc b/test/dw_anchors_test.cc index cb839f40..74a2be86 100644 --- a/test/dw_anchors_test.cc +++ b/test/dw_anchors_test.cc @@ -55,7 +55,7 @@ static void anchorCallback (Fl_Widget *widget, void *data) static void textTimeout (void *data) { Textblock *oldTop = topTextblock; - topTextblock = new Textblock (false); + topTextblock = new Textblock (false, 100); if (oldTop) { oldTop->addLinebreak (wordStyle); |