mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 17:32:03 +00:00
Auto-resize fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3424 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
436496e3d3
commit
3f83e799bc
4 changed files with 836 additions and 750 deletions
|
@ -226,6 +226,12 @@
|
|||
[self setFrameFromContentFrame: r];
|
||||
}
|
||||
|
||||
- (void) resizeWithOldSuperviewSize: (NSSize)oldSize
|
||||
{
|
||||
[super resizeWithOldSuperviewSize: oldSize];
|
||||
[content_view setFrame: [self calcSizes]];
|
||||
}
|
||||
|
||||
//
|
||||
// Managing the NSView Hierarchy
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue