From 49fb8bc5c0edc785271c7bffc2db472c024eb9e8 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 14 Sep 2005 14:32:48 +0000 Subject: Fonts test program now starts using the correct color scheme git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4568 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/fonts.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fonts.cxx b/test/fonts.cxx index 5e021f28a..91e9e6eaa 100644 --- a/test/fonts.cxx +++ b/test/fonts.cxx @@ -138,6 +138,7 @@ void create_the_forms() { int main(int argc, char **argv) { Fl::scheme(NULL); + Fl::get_system_colors(); create_the_forms(); #ifdef __APPLE__ int i = 0; -- cgit v1.2.3