ListView.st
changeset 2565 0071e83cc41d
parent 2564 192833369ad6
child 2576 8af235849704
--- a/ListView.st	Wed Jul 24 20:05:46 2002 +0200
+++ b/ListView.st	Wed Jul 24 20:12:22 2002 +0200
@@ -2431,7 +2431,7 @@
 
     ].
     fontHeight := hMax + lineSpacing.
-    fontAscent := font maxAscent.
+    fontAscent := font ascent. "/ maxAscent. -- see SelectionInListViews selection in motif style
     fontWidth := font width.
     fontIsFixedWidth := font isFixedWidth.
 
@@ -4444,5 +4444,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.269 2002-07-24 18:05:46 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.270 2002-07-24 18:12:22 mb Exp $'
 ! !