[mcclim-cvs] CVS update: mcclim/presentation-defs.lisp
Christophe Rhodes
crhodes at common-lisp.net
Mon Aug 8 17:15:09 UTC 2005
Update of /project/mcclim/cvsroot/mcclim
In directory common-lisp.net:/tmp/cvs-serv13631
Modified Files:
presentation-defs.lisp
Log Message:
One-line patch to presentation-single-box handling, from Dave Murray
(27th July 2005, mcclim-devel)
Date: Mon Aug 8 19:15:08 2005
Author: crhodes
Index: mcclim/presentation-defs.lisp
diff -u mcclim/presentation-defs.lisp:1.44 mcclim/presentation-defs.lisp:1.45
--- mcclim/presentation-defs.lisp:1.44 Wed Jun 22 11:49:15 2005
+++ mcclim/presentation-defs.lisp Mon Aug 8 19:15:07 2005
@@ -993,7 +993,7 @@
(multiple-value-bind (min-x min-y max-x max-y)
(output-record-hit-detection-rectangle* record)
(if (and (<= min-x x max-x) (<= min-y y max-y))
- (if (or (null single-box) (eq single-box :higlighting))
+ (if (or (null single-box) (eq single-box :highlighting))
(funcall-presentation-generic-function
presentation-refined-position-test
(presentation-type record) record x y)
More information about the Mcclim-cvs
mailing list