Skip to content

Commit

Permalink
invalidate boundsCache when an element is added to parent [feenkcom…
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Apr 11, 2023
1 parent b32da37 commit 6927372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bloc/BlElement.class.st
Expand Up @@ -1194,6 +1194,7 @@ BlElement >> dispatchAddedToParent [
"Sent after I was added to another element as direct child.
I dispatch or fire all necessary events, clean internal caches and send a corresponding hooks"

boundsCache invalidateBoundsInSpace.
self onAddedToParent.
self eventDispatcher dispatchAddedToParent.
]
Expand Down

0 comments on commit 6927372

Please sign in to comment.