Relates :
|
The changing of the Scene triggers some actions that may be redundant which may cause too much layout/repaint work. For example, the View is not properly set up until a ViewEvent.RESIZE event sets the View bounds. So any triggers for layout/repaint will fail to work properly until those bounds are correct.
|