#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 04 Jul 2018 08:07:55 +0200
changeset 5827 3b54a21f658e
parent 5826 5c11c14b4250
child 5828 47ec4cb09247
#DOCUMENTATION by cg class: HierarchicalListView comment/format in: #drawVericalLineForElement:minX:maxX:
HierarchicalListView.st
--- a/HierarchicalListView.st	Wed Jul 04 08:06:47 2018 +0200
+++ b/HierarchicalListView.st	Wed Jul 04 08:07:55 2018 +0200
@@ -1024,6 +1024,9 @@
         x0 := self xVisibleOfVerticalLineAt:(itemLevel + 1).
 
         (x0 between:xL and:xR) ifTrue:[
+            "/ actually, this is still questionable:
+            "/ should compute the height of the spacing between icon
+            "/ and bottom of the row.
             y0 := (self yVisibleOfIndicatorForItemBottom:item)-2.
             y1 := (self yVisibleOfIndicatorForItem:(item last)).
 
@@ -1033,7 +1036,7 @@
         ].
     ].
 
-    "Modified: / 04-07-2018 / 08:00:33 / Claus Gittinger"
+    "Modified (format): / 04-07-2018 / 08:07:46 / Claus Gittinger"
 !
 
 validateDrawableIconFor:anItem