[Cuis-dev] Preference changeset

Hilaire Fernandes hfern at free.fr
Fri May 1 01:32:36 PDT 2026


Hi,

A changeset to prevent the type of an existing Preference to be zeroed 
when edited:

(Preferences instanceAt: #pointer)
=>  Preference (#pointer = #(#touch #mouse)::#mouse) .

Preferences name: #pointer category: #system value: #touch

(Preferences instanceAt: #pointer)
=>  Preference (#pointer = ::#mouse) .


Before, type #(#touch #mouse) will be changed to a CharacterSequence

Hilaire

-- 
http://mamot.fr/@drgeo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260501/4d653500/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 7891-CuisCore-HilaireFernandes-2026May01-10h24m-hlsf.001.cs.st
Type: application/vnd.sailingtracker.track
Size: 424 bytes
Desc: not available
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260501/4d653500/attachment.st>


More information about the Cuis-dev mailing list