Changeset main,62 for main/grid/row-selectable.lisp
- Timestamp:
- 11/16/2007 11:48:22 PM (19 years ago)
- branch-nick:
- tui
- revision id:
- dsowen@fugue88.ws-20071116234822-y2fhymxzzi20qdnu
- File:
-
- 1 edited
-
main/grid/row-selectable.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/grid/row-selectable.lisp
r60 r62 9 9 10 10 (defmethod (setf selected-row) :around (i (d row-selectable)) 11 (call-next-method (bound i 0 (rows d)) d)) 11 ;; TODO: This was hacked to take out header rows from other classes 12 ;; that I wish didn't affect the call. 13 (call-next-method (bound i 0 (- (rows d) (header-rows d) 1)) d)) 12 14 13 15 (defvar *recursive* nil)
Note: See TracChangeset
for help on using the changeset viewer.
