MacOS: fix crash when closing a fullscreen window

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12067 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-11-01 16:36:08 +00:00
parent 351736c320
commit 16d62ebbd4

View File

@ -1316,7 +1316,6 @@ static FLWindowDelegate *flwindowdelegate_instance = nil;
}
- (void)windowDidResize:(NSNotification *)notif
{
fl_lock_function();
FLWindow *nsw = (FLWindow*)[notif object];
Fl_Window *window = [nsw getFl_Window];
NSRect r; NSPoint pt2;