From aa6f1c46e78864d9900cdf8afb8bacb8c4ce4651 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 27 Mar 2009 15:29:46 +0100 Subject: Removed all the static initializations of mAlpha They happened before the configuration was initialized, so that didn't make any sense. It never showed up as a problem since the value is constantly set in the draw methods anyway. --- src/gui/scrollarea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/scrollarea.cpp') diff --git a/src/gui/scrollarea.cpp b/src/gui/scrollarea.cpp index 92bb94b8..a867822e 100644 --- a/src/gui/scrollarea.cpp +++ b/src/gui/scrollarea.cpp @@ -30,7 +30,7 @@ #include "../utils/dtor.h" int ScrollArea::instances = 0; -float ScrollArea::mAlpha = config.getValue("guialpha", 0.8); +float ScrollArea::mAlpha = 1.0; ImageRect ScrollArea::background; ImageRect ScrollArea::vMarker; Image *ScrollArea::buttons[4][2]; -- cgit v1.2.3-70-g09d2