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
This commit is contained in:
Matthias Melcher 2005-09-14 14:32:48 +00:00
parent 56bcac9859
commit 49fb8bc5c0
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ void create_the_forms() {
int main(int argc, char **argv) { int main(int argc, char **argv) {
Fl::scheme(NULL); Fl::scheme(NULL);
Fl::get_system_colors();
create_the_forms(); create_the_forms();
#ifdef __APPLE__ #ifdef __APPLE__
int i = 0; int i = 0;