SelectionInListView.st
changeset 4578 9a81e7074007
parent 4575 051746528aae
child 4599 3b7fbcaef9b6
--- a/SelectionInListView.st	Fri Apr 26 15:28:11 2013 +0200
+++ b/SelectionInListView.st	Fri Apr 26 15:28:21 2013 +0200
@@ -2888,7 +2888,7 @@
     super initialize.
 
     isButtonPressActive := false.
-    fontHeight := font height + lineSpacing.
+    "/ fontHeight := font height + lineSpacing.
     enabled := true.
     ignoreReselect := true.
     multipleSelectOk := toggleSelect := strikeOut := printItems := false.
@@ -4114,10 +4114,10 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.264 2013-04-26 12:59:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.265 2013-04-26 13:28:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.264 2013-04-26 12:59:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.265 2013-04-26 13:28:21 cg Exp $'
 ! !