diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-11-16 20:13:17 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-11-16 20:13:17 +0000 |
| commit | 8224a775ac877a87d2d82173bef1d49aa9498a92 (patch) | |
| tree | 64ee7b66667b20553d91d89fc2969852d721cbb9 /test/mandelbrot_ui.fl | |
| parent | bc1928bbc036ff065000b0655a12e6c24284c12c (diff) | |
Made Mandelbrot window single buffered again
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7861 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/mandelbrot_ui.fl')
| -rw-r--r-- | test/mandelbrot_ui.fl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl index e0cb721f6..f0ffe8545 100644 --- a/test/mandelbrot_ui.fl +++ b/test/mandelbrot_ui.fl @@ -12,7 +12,7 @@ class Drawing_Window {open Function {make_window()} {open return_type void } { Fl_Window window {open selected - xywh {178 479 450 520} type Double resizable + xywh {178 479 450 520} type Single resizable code0 {o->size_range(220,220);} visible } { Fl_Box d { |
