ComboView.st
changeset 247 a974233a33c1
parent 229 21cb930b72d6
child 263 865b7d99d3f5
--- a/ComboView.st	Wed Sep 11 16:54:00 1996 +0200
+++ b/ComboView.st	Wed Sep 11 20:00:12 1996 +0200
@@ -181,7 +181,7 @@
     pullDownButton disable.
     pullDownButton pressAction:[self pullMenu].
 
-    self height:field preferredExtent y + ViewSpacing.
+    self initialHeight:field preferredExtent y + ViewSpacing.
 
     "
      |b|
@@ -297,5 +297,5 @@
 !ComboView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.7 1996-07-26 16:03:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.8 1996-09-11 18:00:12 dq Exp $'
 ! !