You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Araq Are you implying you can't redraw just a child component? I'd like to redraw one child but not the other. Redrawing a large canvas for example can be expensive.
I made a VComponent which has a child VComponent
when child vcomponent calls
markDirty(self)
redraw()
it doesn't redraw the child component.
I can see the change when the parent component gets update.
Thank you.
The text was updated successfully, but these errors were encountered: