mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Fixed updating scrollers when the frame of the displayed view changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8862 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7b6653631f
commit
5e60fd57fd
1 changed files with 2 additions and 0 deletions
|
@ -391,6 +391,8 @@
|
|||
*/
|
||||
[self setNeedsDisplay: YES];
|
||||
}
|
||||
|
||||
[_super_view reflectScrolledClipView: self];
|
||||
}
|
||||
|
||||
- (void) scaleUnitSquareToSize: (NSSize)newUnitSize
|
||||
|
|
Loading…
Reference in a new issue