diff options
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 74a2be86..cb839f40 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, 100); + topTextblock = new Textblock (false); if (oldTop) { oldTop->addLinebreak (wordStyle); |