mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
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:
parent
8d53fe7507
commit
83ce1aeeca
2 changed files with 6 additions and 1 deletions
|
@ -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:):
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue