changed #initialize - set font
authorStefan Vogel <sv@exept.de>
Fri, 18 Jul 2008 10:56:52 +0200
changeset 3480 5178cda62a25
parent 3479 c6e079059768
child 3481 3b75a4fd635a
changed #initialize - set font
ComboListView.st
--- a/ComboListView.st	Fri Jul 18 10:55:46 2008 +0200
+++ b/ComboListView.st	Fri Jul 18 10:56:52 2008 +0200
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-'From Smalltalk/X, Version:5.3.9 on 01-07-2008 at 12:42:57'                     !
-
 "{ Package: 'stx:libwidg2' }"
 
 ComboView subclass:#ComboListView
@@ -638,6 +636,7 @@
     field adjust:#left.
     field delegate:self.    "delegate mouseWheel events to myself"
     field backgroundColor:(styleSheet colorAt:#'comboList.backgroundColor' default:Color white).
+    field font:font.
 
     "
      |b|
@@ -773,5 +772,5 @@
 !ComboListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.46 2008-07-04 08:22:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.47 2008-07-18 08:56:52 stefan Exp $'
 ! !