ComboBoxView.st
changeset 1183 667132091c2f
parent 679 bd0e422aab67
child 1262 aa6f0bed52b4
--- a/ComboBoxView.st	Tue Jan 19 18:17:35 1999 +0100
+++ b/ComboBoxView.st	Wed Jan 20 20:24:00 1999 +0100
@@ -204,6 +204,12 @@
     "Modified: 26.2.1997 / 19:44:13 / cg"
 ! !
 
+!ComboBoxView methodsFor:'private'!
+
+setFieldsFont:aFont
+    "ignored - the inputFields font remains unchanged"
+! !
+
 !ComboBoxView methodsFor:'queries'!
 
 specClass
@@ -249,5 +255,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.19 1998-01-25 14:14:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.20 1999-01-20 19:23:40 cg Exp $'
 ! !