mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 08:12:34 +00:00
Archiving fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5518 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
99a03c580b
commit
2d3a5a1ac6
4 changed files with 53 additions and 40 deletions
|
@ -2769,8 +2769,6 @@ resetCursorRectsForView(NSView *theView)
|
|||
NSPoint p;
|
||||
id nxt = RETAIN([self nextResponder]);
|
||||
|
||||
[self setNextResponder: nil];
|
||||
|
||||
[super encodeWithCoder: aCoder];
|
||||
|
||||
NSDebugLog(@"NSWindow: start encoding\n");
|
||||
|
@ -2815,7 +2813,6 @@ resetCursorRectsForView(NSView *theView)
|
|||
|
||||
NSDebugLog(@"NSWindow: finish encoding\n");
|
||||
|
||||
[self setNextResponder: nxt];
|
||||
RELEASE(nxt);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue