Changeset 14491
- Timestamp:
- Dec 16, 2010, 4:14:32 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/cocoa-editor.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-editor.lisp
r14490 r14491 1150 1150 1151 1151 1152 (defmethod compute-temporary-attributes ((self hemlock-textstorage-text-view)) 1153 (let* ((container (#/textContainer self)) 1152 (defmethod compute-temporary-attributes ((self hemlock-textstorage-text-view)) (let* ((container (#/textContainer self)) 1154 1153 ;; If there's a containing scroll view, use its contentview 1155 1154 ;; Otherwise, just use the current view. … … 1164 1163 (start (ns:ns-range-location char-range)) 1165 1164 (length (ns:ns-range-length char-range))) 1165 #-cocotron 1166 1166 (when (> length 0) 1167 1167 ;; Remove all temporary attributes from the character range
Note:
See TracChangeset
for help on using the changeset viewer.
