init scrollerWidth to 0.0, so that GSTheme can properly override it

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29237 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-01-08 17:58:08 +00:00
parent 8d53fe7507
commit 83ce1aeeca
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-01-08 Riccardo Mottola <rmottola@users.sf.net>
* Source/NSScroller: init scrollerWidth to 0.0, so that GSTheme
can properly override it.
2010-01-06 Fred Kiefer <FredKiefer@gmx.de>
* TextConverters/RTF/RTFConsumer.m (RTFDConsumer-appendImage:):

View file

@ -66,7 +66,7 @@ static NSCell *horizontalKnobCell = nil;
static NSCell *verticalKnobCell = nil;
static NSCell *horizontalKnobSlotCell = nil;
static NSCell *verticalKnobSlotCell = nil;
static float scrollerWidth = 18.0;
static float scrollerWidth = 0.0;
/* This is the distance by which buttons are offset inside the scroller slot.
*/