[FIX] Disable Morph defaultState
Todd Fleming
todd at flemingcnc.com
Mon Dec 12 18:31:31 PST 2005
The following change broke Morph-related stuff:
Sat Dec 10 16:19:33 EST 2005 Brian T. Rice <water at tunes.org>
* Code simplifications in the UI area.
hunk ./src/ui/morph.slate 23
-"Morph addDelegate: #defaultState valued: MorphDefaultState."
+Morph addDelegate: #defaultState after: #traitsWindow valued:
MorphDefaultState.
This causes
Slate 12> load: 'src/ui/morph.slate'.
Slate 13> load: 'src/ui/contextmorph.slate'.
Slate 14> load: 'src/plugins/sdl-windows/windows.slate'.
Loading P'src/plugins/sdl-windows/windows.slate'
The method #background was not found for the following arguments:
{("EventTableEntry" ...)}
Nil
This patch comments out that line again.
Todd
-------------- next part --------------
A non-text attachment was scrubbed...
Name: disable_defaultState.gz
Type: application/x-gzip
Size: 4330 bytes
Desc: not available
Url : /archives/slate/attachments/20051212/cda79b7e/disable_defaultState.bin
More information about the Slate
mailing list