diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-05-27 11:33:34 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-05-27 11:33:34 +0000 |
| commit | 900034ee65079cc5f9f614e19f0af25737669963 (patch) | |
| tree | b4275809c026ff3b9ed9fc05fe987d16545e7ed5 /test | |
| parent | a3af163fcb6e72948c5bbf227fde44500d3c807d (diff) | |
Fixed the Round Plastic buttons to actually draw nice and riund, just
like the original scheme buttons. This is relatively slow, but worth
the effort, I beleive. Just use double buffered windows... .
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4374 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/boxtype.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boxtype.cxx b/test/boxtype.cxx index 9bc098a79..82e110e55 100644 --- a/test/boxtype.cxx +++ b/test/boxtype.cxx @@ -92,7 +92,7 @@ int main(int argc, char ** argv) { bt("FL_PLASTIC_THIN_DOWN_BOX",FL_PLASTIC_THIN_DOWN_BOX); window->resizable(window); window->end(); -// window->show(argc,argv); + //window->show(argc,argv); window->show(); return Fl::run(); } |
