# HG changeset patch # User Claus Gittinger # Date 1526127935 -7200 # Node ID a6dfb13fdc280caf6965679a8561e19184c3e5dd # Parent 501752bc1873c4272fc1281c30e327866e52ab69 #DOCUMENTATION by cg class: Tools::ChangeList comment/format in: #postBuildListView: diff -r 501752bc1873 -r a6dfb13fdc28 Tools__ChangeList.st --- a/Tools__ChangeList.st Sat May 12 14:25:27 2018 +0200 +++ b/Tools__ChangeList.st Sat May 12 14:25:35 2018 +0200 @@ -912,6 +912,7 @@ !ChangeList methodsFor:'hooks'! postBuildListView: aView + "I want to see the events of the list" super postBuildListView: aView. aView scrolledView delegate: self.