[mcclim-cvs] CVS mcclim/Drei

thenriksen thenriksen at common-lisp.net
Wed Jan 16 18:32:33 UTC 2008


Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv29806/Drei

Modified Files:
	drei-redisplay.lisp 
Log Message:
Output recording must be enabled when drawing cursors, or auto-scrolling won't work.


--- /project/mcclim/cvsroot/mcclim/Drei/drei-redisplay.lisp	2008/01/16 15:19:30	1.39
+++ /project/mcclim/cvsroot/mcclim/Drei/drei-redisplay.lisp	2008/01/16 18:32:33	1.40
@@ -980,7 +980,7 @@
                                  (x-offset 0) (y-offset 0) (region +everywhere+))
   (declare (ignore x-offset y-offset region))
   (clear-output-record cursor)
-  (with-output-recording-options (stream :record nil :draw t)
+  (with-output-recording-options (stream :record t :draw t)
     (when (active cursor)
       (display-drei-view-cursor stream (view cursor) cursor))))
 




More information about the Mcclim-cvs mailing list