masghar / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

SCENE_GRAPH_DELEGATE unnecessary? #156

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SCENE_GRAPH_DELEGATE seems to be implementable as a property change listener 
on the root node of a scene and then setting parent property masks 
accordingly.

I suggest we remove it. It has bad code smell.

Original issue reported on code.google.com by allain.lalonde on 24 Jan 2010 at 3:36

GoogleCodeExporter commented 9 years ago
Actually, invalidate paint isn't a property change but bounds are.

Original comment by allain.lalonde on 24 Jan 2010 at 3:47

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 31 Aug 2012 at 8:24

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 26 Nov 2013 at 9:11