summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-11-27 20:49:27 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-11-27 20:49:27 +0000
commit1a793cdbc31f9fedaf282b8a348851b412e662f1 (patch)
tree8cd6f27e578cb08d4b78162fe32e8cd252e1cd89 /test
parentc6e46fed45d803243805975ea3f2c5f73e84654f (diff)
Tab is now alway 8 characters wide.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7896 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/editor.cxx b/test/editor.cxx
index 49c8d10a9..ff4829eed 100644
--- a/test/editor.cxx
+++ b/test/editor.cxx
@@ -775,7 +775,7 @@ Fl_Window* new_view() {
w->editor = new Fl_Text_Editor(0, 30, 660, 370);
w->editor->textfont(FL_COURIER);
w->editor->textsize(TS);
- //w->editor->wrap_mode(Fl_Text_Editor::WRAP_AT_BOUNDS, 100);
+ w->editor->wrap_mode(Fl_Text_Editor::WRAP_AT_BOUNDS, 250);
w->editor->buffer(textbuf);
w->editor->textfont(FL_HELVETICA);
textbuf->text(