summaryrefslogtreecommitdiff
path: root/test/editor.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2011-01-11 13:40:26 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2011-01-11 13:40:26 +0000
commit7ada14f3b7a52b90ef5d146ec33cfb6cd32c5714 (patch)
tree8f33ae3c41867371c0bdfa50445b0f28bf0a44bc /test/editor.cxx
parent026632d781c4bf44022b62c225753b071b65e85f (diff)
Reverting unintentionally committed experimental code in r8256. Sorry.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/editor.cxx')
-rw-r--r--test/editor.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/editor.cxx b/test/editor.cxx
index 16ef737c0..ffd8c1d57 100644
--- a/test/editor.cxx
+++ b/test/editor.cxx
@@ -776,8 +776,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, 0);
+ //w->editor->wrap_mode(Fl_Text_Editor::WRAP_AT_BOUNDS, 250);
w->editor->buffer(textbuf);
w->editor->highlight_data(stylebuf, styletable,
sizeof(styletable) / sizeof(styletable[0]),