mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +00:00
Fixes galore!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4737 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d1acdb324d
commit
a009de9b2d
7 changed files with 56 additions and 55 deletions
|
@ -483,7 +483,7 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
|
||||
- (void) viewWillMoveToWindow: (NSWindow*)newWindow
|
||||
{
|
||||
if (newWindow == window)
|
||||
if (newWindow == window || !newWindow)
|
||||
return;
|
||||
|
||||
if (_rFlags.has_draginfo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue