* Source/GSNibLoading.m: Remove change which resets the bounds

in NSCustomView as it was not needed and caused issues in some 
	cases.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27326 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-12-18 02:14:02 +00:00
parent d9e9d4f198
commit c6ba3b8f8b
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-12-17 21:20-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Source/GSNibLoading.m: Remove change which resets the bounds
in NSCustomView as it was not needed and caused issues in some
cases.
2008-12-16 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSWorkspace.m: Restore priority in lookup for Editors

View file

@ -935,7 +935,7 @@ static BOOL _isInInterfaceBuilder = NO;
*/
// reset the bounds...
[_view setBounds: [_view frame]];
// [_view setBounds: [_view frame]];
subs = [coder decodeObjectForKey: @"NSSubviews"];
en = [subs objectEnumerator];