class: ComboListView
authorStefan Vogel <sv@exept.de>
Thu, 13 Feb 2014 19:27:12 +0100
changeset 4494 b5745055edb7
parent 4493 c149fd42e738
child 4495 1c4898a0a432
class: ComboListView changed: #initializeField access font via gc
ComboListView.st
--- a/ComboListView.st	Thu Feb 13 19:26:40 2014 +0100
+++ b/ComboListView.st	Thu Feb 13 19:27:12 2014 +0100
@@ -639,7 +639,7 @@
     field adjust:#left.
     field delegate:self.    "delegate mouseWheel events to myself"
     field backgroundColor:(styleSheet colorAt:#'comboList.backgroundColor' default:Color white).
-    field font:font.
+    field font:self font.
 
     "
      |b|
@@ -776,6 +776,6 @@
 !ComboListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.50 2013-05-28 19:34:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.51 2014-02-13 18:27:12 stefan Exp $'
 ! !