Question
How the Screen::JSMOC(const Rect & invalidatedArea,Drawable * widgetToDraw) works?
I have some trouble with the JSMOC method.
In my application,one screen could contain many(over 3000) widgets.Because of the recursive JSMOC function,it can easily cause a stack overflow.
Like this:
