Fixed bug - scroller not being redisplayed when knobProportion: changed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13404 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-04-09 23:39:21 +00:00
parent e146842727
commit 7fed703729

View file

@ -382,6 +382,9 @@ static NSColor *scrollBarColor = nil;
_knobProportion = ratio;
}
/* Make sure we mark ourselves as needing redisplay. */
_floatValue = -1;
[self setFloatValue: aFloat];
}