mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
[adjustSubviews] call setNeedsDisplay: after resizing subviews
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19329 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
09960c9dc8
commit
7d6b0a1f1d
1 changed files with 3 additions and 0 deletions
|
@ -687,6 +687,9 @@ static NSNotificationCenter *nc = nil;
|
|||
[views[i] setFrameOrigin: newPoint];
|
||||
}
|
||||
}
|
||||
|
||||
[self setNeedsDisplay: YES];
|
||||
|
||||
[nc postNotificationName: NSSplitViewDidResizeSubviewsNotification
|
||||
object: self];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue