From: curt Date: Mon, 5 Apr 1999 02:13:18 +0000 (+0000) Subject: Updated menu color scheme. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b3e2dd3c93108956c11c5a251d1320aa05cd1eec;p=flightgear.git Updated menu color scheme. --- diff --git a/GUI/gui.cxx b/GUI/gui.cxx index 4c06111bf..d2869f812 100644 --- a/GUI/gui.cxx +++ b/GUI/gui.cxx @@ -211,7 +211,8 @@ void guiInit() // puSetDefaultStyle ( PUSTYLE_SMALL_BEVELLED ); puSetDefaultStyle ( PUSTYLE_DEFAULT ); - puSetDefaultColourScheme (0.2, 0.4, 0.8, 0.5); + // puSetDefaultColourScheme (0.2, 0.4, 0.8, 0.5); + puSetDefaultColourScheme (0.8, 0.8, 0.8, 0.5); /* OK the rest is largerly put in here to mimick Steve Baker's "complex" example It should change in future versions */