VDBAbstractListApplication.st
changeset 101 ef31619bc09c
parent 100 7c4093081c29
child 113 1a40f33af921
--- a/VDBAbstractListApplication.st	Sat Sep 01 14:40:24 2018 +0100
+++ b/VDBAbstractListApplication.st	Sat Sep 01 14:44:55 2018 +0100
@@ -367,10 +367,11 @@
 
 delayedInvalidateInternalList
     internalListView notNil ifTrue:[ 
-        internalListView scrolledView invalidate.
+        internalListView scrolledView invalidateRepairNow: true
     ].
 
     "Created: / 06-02-2018 / 12:43:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 01-09-2018 / 22:24:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 delayedUpdateInternalList