mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
* 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:
parent
d9e9d4f198
commit
c6ba3b8f8b
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue