ScrollableView.st
changeset 6308 480237def600
parent 6307 3b3ccfdbb153
child 6355 b12ec55db867
--- a/ScrollableView.st	Sat Apr 21 16:58:41 2018 +0200
+++ b/ScrollableView.st	Sat Apr 21 16:59:09 2018 +0200
@@ -1461,6 +1461,7 @@
     scrolledView repairDamage.
     hScrollBar notNil ifTrue:[ hScrollBar repairDamage ].
     vScrollBar notNil ifTrue:[ vScrollBar repairDamage ].
+    super repairDamage.
 !
 
 requestAutoAccept