mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
e146842727
commit
7fed703729
1 changed files with 3 additions and 0 deletions
|
@ -382,6 +382,9 @@ static NSColor *scrollBarColor = nil;
|
|||
_knobProportion = ratio;
|
||||
}
|
||||
|
||||
/* Make sure we mark ourselves as needing redisplay. */
|
||||
_floatValue = -1;
|
||||
|
||||
[self setFloatValue: aFloat];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue