From: curt Date: Wed, 17 Jun 1998 21:33:35 +0000 (+0000) Subject: Tweaks ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1e4a06098f5ed0f959b3ac0eae80e77197a5b49f;p=flightgear.git Tweaks ... --- diff --git a/GUI/gui.cxx b/GUI/gui.cxx index ff49b3414..9d1099974 100644 --- a/GUI/gui.cxx +++ b/GUI/gui.cxx @@ -129,7 +129,8 @@ void guiInit() #ifdef USING_3DFX puShowCursor (); #endif - puSetDefaultStyle (PUSTYLE_SMALL_BEVELLED ); + // puSetDefaultStyle ( PUSTYLE_SMALL_BEVELLED ); + puSetDefaultStyle ( PUSTYLE_DEFAULT ); puSetDefaultColourScheme (0.2, 0.4, 0.8); /* OK the rest is largerly put in here to mimick Steve Baker's "complex" example