diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-12-04 12:06:29 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-12-04 12:06:29 +0000 |
| commit | f6975396a8c295eb8fe80dbbac62cf48848c4b56 (patch) | |
| tree | f4826af9a5c3f7063c7e4851d313d479236fcda2 | |
| parent | 2db2db587c171bde6a872853e590f3faa0b1073a (diff) | |
Reverted unintenional change of test/editor.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7948 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | test/editor.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/editor.cxx b/test/editor.cxx index 012224822..6a920edae 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -775,8 +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, 250); + //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]), |
