[mcclim-cvs] CVS mcclim/Looks
ahefner
ahefner at common-lisp.net
Sun Nov 9 19:52:44 UTC 2008
Update of /project/mcclim/cvsroot/mcclim/Looks
In directory cl-net:/tmp/cvs-serv10554/Looks
Modified Files:
pixie.lisp
Log Message:
Eliminate allocate-space method on text-field-panes, because it blocks
the vbox layout from running, which stops the child (substrate) pane
from being sized correctly.
--- /project/mcclim/cvsroot/mcclim/Looks/pixie.lisp 2008/08/22 22:36:00 1.25
+++ /project/mcclim/cvsroot/mcclim/Looks/pixie.lisp 2008/11/09 19:52:44 1.26
@@ -1150,9 +1150,6 @@
:max-width width :max-height height
:min-width width :min-height height)))))
-(defmethod allocate-space ((pane pixie-text-field-pane) w h)
- (resize-sheet pane w h))
-
;;;; Pixie tab-layout. Reuses implementation of the generic tab-layout-pane.
(define-pixie-gadget clim-tab-layout:tab-layout pixie-tab-layout-pane)
More information about the Mcclim-cvs
mailing list