diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-09-14 14:32:48 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-09-14 14:32:48 +0000 |
| commit | 49fb8bc5c0edc785271c7bffc2db472c024eb9e8 (patch) | |
| tree | b265fcb6b815ccd9a50c7c35b5388a6918e798e7 /test/fonts.cxx | |
| parent | 56bcac985936580748415c00ba8507933a326d77 (diff) | |
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
Diffstat (limited to 'test/fonts.cxx')
| -rw-r--r-- | test/fonts.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
