SelectionInListModelView.st
changeset 3525 f213672ac51f
parent 3524 854b6484c001
child 3526 826547ea5ecc
--- a/SelectionInListModelView.st	Tue Aug 05 16:08:15 2008 +0200
+++ b/SelectionInListModelView.st	Tue Aug 05 16:53:02 2008 +0200
@@ -2065,7 +2065,7 @@
     h := self yVisibleOfLine:(lnNr + 1).
 
     minimumEditorHeight notNil ifTrue:[
-        minimumEditorHeight := h max:minimumEditorHeight.
+        h := h max:minimumEditorHeight.
     ].
     "/ Changed by cg:
     "/ editorView layout:( Rectangle left:x top:y right:(width - 1 - margin) bottom:(h + 2 "- 1") ).
@@ -2545,5 +2545,5 @@
 !SelectionInListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.137 2008-08-05 14:08:15 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.138 2008-08-05 14:53:02 sr Exp $'
 ! !