[mcclim-cvs] CVS mcclim

ahefner ahefner at common-lisp.net
Sun Nov 9 19:52:44 UTC 2008


Update of /project/mcclim/cvsroot/mcclim
In directory cl-net:/tmp/cvs-serv10554

Modified Files:
	text-editor-gadget.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/text-editor-gadget.lisp	2008/01/11 02:44:14	1.11
+++ /project/mcclim/cvsroot/mcclim/text-editor-gadget.lisp	2008/11/09 19:52:44	1.12
@@ -376,9 +376,6 @@
     (setf (substrate object) substrate)
     (sheet-adopt-child object substrate)))
 
-(defmethod allocate-space ((pane text-field-pane) w h)
-  (resize-sheet pane w h))
-
 ;;; ------------------------------------------------------------------------------------------
 ;;;  30.4.9 The concrete text-editor Gadget
 





More information about the Mcclim-cvs mailing list