Fixed bug causing drag&drop not to work in deferred windows

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15362 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-12-28 00:50:37 +00:00
parent 4474394422
commit 908cd58ba2

View file

@ -1,3 +1,11 @@
Sat Dec 28 01:42:40 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSWindow.m ([-_initBackendWindow:]): Fixed code resetting
then restoring the drag types for a deferred window -- there was a
small confusion where NSArray and NSCountedSet were used
interchangeably, while they are not. Drag&drop works again on
deferred windows for me.
Wed Dec 25 17:01:51 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/gnustep/gui/NSText.h ([-setFont:range:]): Declare.