mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Minor fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5584 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
23944eb608
commit
7066241590
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Dec 20 11:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSSavePanel.m: Use symbolic constants for resize mask.
|
||||
* Source/NSBrowser.m: size the matrix to fit when it is created.
|
||||
|
||||
Sat Dec 18 16:05:46 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Headers/AppKit/NSSplitView.h: Prefixed ivars with underscores;
|
||||
|
|
|
@ -2601,6 +2601,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
[matrix sizeToFit];
|
||||
[sc setNeedsDisplay: YES];
|
||||
[bc setIsLoaded: YES];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue