summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-11-06 23:58:57 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-11-06 23:58:57 +0000
commitf0993114811eef4e4dee703d4ebb4769c21f3ff9 (patch)
tree4441b3f322655de6e0a1158943669897211eb60b /test
parent213318ccb3f5012da07b143e29a5dc5c8b5192de (diff)
Better alignment testing
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7807 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/editor.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/editor.cxx b/test/editor.cxx
index 98d41f280..ace60b9fa 100644
--- a/test/editor.cxx
+++ b/test/editor.cxx
@@ -805,6 +805,7 @@ Fl_Window* new_view() {
int main(int argc, char **argv) {
textbuf = new Fl_Text_Buffer;
+#if 1
textbuf->text(
"void saveas_cb() {\n"
" Fl_Native_File_Chooser fnfc;\n"
@@ -848,6 +849,7 @@ int main(int argc, char **argv) {
"And superficial dreams / Shall no longer delude you.\n"
"(from Iroha-uta)"
);
+#endif
style_init();
Fl_Window* window = new_view();