diff -r fe3e9e2260c5 -r c97a4a9153f2 DataSetColumn.st --- a/DataSetColumn.st Sat Jul 28 10:08:45 2018 +0200 +++ b/DataSetColumn.st Sun Jul 29 10:00:40 2018 +0200 @@ -1253,7 +1253,7 @@ (h := description height) == 0 ifTrue:[ containsText ifTrue:[ - "/ search first none empty drawable object + "/ search first non-empty drawable object end := description numberOfRowsProbedForColumnSize min:dataSet size. 1 to:end do:[:rowNr| |row| @@ -1290,6 +1290,7 @@ ^ h max:bE "Modified: / 13-09-2017 / 15:44:36 / cg" + "Modified (format): / 29-07-2018 / 09:51:43 / Claus Gittinger" ! heightOfLabel:aLabel