Author: AlbrechtS
Date: 2010-12-04 04:06:29 -0800 (Sat, 04 Dec 2010)
New Revision: 7948
Log:
Reverted unintenional change of test/editor.cxx


Modified:
   branches/branch-1.3/test/editor.cxx

Modified: branches/branch-1.3/test/editor.cxx
===================================================================
--- branches/branch-1.3/test/editor.cxx 2010-12-04 12:03:08 UTC (rev 7947)
+++ branches/branch-1.3/test/editor.cxx 2010-12-04 12:06:29 UTC (rev 7948)
@@ -775,8 +775,7 @@
     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]),

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to