Changeset 14160
- Timestamp:
- Aug 9, 2010, 10:38:45 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/cocoa-editor.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-editor.lisp
r13901 r14160 1481 1481 (styles (slot-value textstorage 'styles)) 1482 1482 (newcolor (#/color sender))) 1483 (dotimes (i 4)1483 (dotimes (i (#/count styles)) 1484 1484 (let* ((dict (#/objectAtIndex: styles i))) 1485 1485 (#/setValue:forKey: dict newcolor #&NSForegroundColorAttributeName)))
Note:
See TracChangeset
for help on using the changeset viewer.
