From 900034ee65079cc5f9f614e19f0af25737669963 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 27 May 2005 11:33:34 +0000 Subject: 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 --- test/boxtype.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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(); } -- cgit v1.2.3