[mcclim-cvs] CVS mcclim/Backends/gtkairo
dlichteblau
dlichteblau at common-lisp.net
Sun Apr 30 09:24:41 UTC 2006
Update of /project/mcclim/cvsroot/mcclim/Backends/gtkairo
In directory clnet:/tmp/cvs-serv24069
Modified Files:
clim-fix.lisp BUGS
Log Message:
"Isn't wlan great."
* clim-fix.lisp ((transform-region transformation (design design))): Commented
out a method to make gsharp work. Logged as bug 17.
--- /project/mcclim/cvsroot/mcclim/Backends/gtkairo/clim-fix.lisp 2006/04/23 10:18:45 1.2
+++ /project/mcclim/cvsroot/mcclim/Backends/gtkairo/clim-fix.lisp 2006/04/30 09:24:40 1.3
@@ -17,10 +17,12 @@
:ink ink
:mask mask))
-(defmethod transform-region (transformation (design design))
- (make-instance 'transformed-design
- :transformation transformation
- :design design))
+;; FIXME: See bug 17.
+;;;(defmethod transform-region (transformation (design design))
+;;; (make-instance 'transformed-design
+;;; :transformation transformation
+;;; :design design)
+;;; (call-next-method))
(defmethod clim:handle-repaint :after ((s clim:sheet-with-medium-mixin) r)
(medium-force-output (sheet-medium s)))
--- /project/mcclim/cvsroot/mcclim/Backends/gtkairo/BUGS 2006/04/23 17:36:28 1.4
+++ /project/mcclim/cvsroot/mcclim/Backends/gtkairo/BUGS 2006/04/30 09:24:40 1.5
@@ -83,3 +83,9 @@
Scroll panes are now native widgets, but don't really behave. The
scroll test works a little, many other examples don't. See comment
in update-scrollbar-adjustment.
+
+17.
+ There's a commented-out method on TRANSFORM-REGION for DESIGN in
+ design.lisp. See comment there. clim-fix tried to reinstate it,
+ but that doesn't work for gsharp when drawing ellipses. Find out
+ what this is all about.
More information about the Mcclim-cvs
mailing list