VDBAbstractListApplication.st
changeset 59 e7d0453109a1
parent 58 df46b9c82b38
child 60 bcdb393c956f
--- a/VDBAbstractListApplication.st	Thu Feb 01 23:28:51 2018 +0000
+++ b/VDBAbstractListApplication.st	Sat Feb 03 21:18:50 2018 +0000
@@ -249,6 +249,14 @@
 
 !VDBAbstractListApplication methodsFor:'change & update'!
 
+enqueueDelayedInvalidateInternalList
+    internalListView notNil ifTrue:[
+        internalListView scrolledView invalidate
+    ]
+
+    "Created: / 01-02-2018 / 23:11:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 enqueueDelayedUpdateInternalList
    self enqueueDelayedUpdate: #delayedUpdateInternalList