My Widgets are not repainted immediately!
Initialization : I had a complete Scene.addChild(WidgetP) and WidgetP.addChild(WidgetC) structure, and added a defaultMoveAction to WidgetP. I override the isHitAt method of WidgetP such that it will return true if any of its children.isHitAt returns true. Problem : I tried … Continue reading