Fixed problem with buttoncells from gmodel; patched problem in gmodels

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6187 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-03-05 23:46:00 +00:00
parent 8ffa44ef35
commit 2594afdb42

View file

@ -1,3 +1,12 @@
Sun Mar 5 23:39:33 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSButtonCell.m ([-setPeriodicDelay:interval:]): Bug fix:
do not set the cell as being continuous. This was also causing
Model/GMAppKit.m to make all buttoncells continuous upon decoding.
* Model/GMAppKit.m ([NSCell -initWithModelUnarchiver:]): Temporary
commented out line setting cell's action mask so things go on
working. Better solution coming soon.
Sun Mar 5 01:51:52 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Model/GMAppKit.m ([NSPanel -encodeWithModelArchiver:]): Cleaned,