skins2: optimize refresh of text control
text controls were far from being optimized - a notifyLayout was executed at creation of text control, leading to rebuilding the layout twice. - the init of the variable was done after the control was created which means still more rebuild of the layout. This patch ensures that no rebuild is done at init since we are already in the process of rebuilding the entire layout.
Showing
Please register or sign in to comment