When I try to set the width of a multiline EditBox widget, it flickers for a moment, then gets set.
Is there a way to get rid of the flickering? Or, alternatively, is there a workaround?
feedback
|
|
It might be a problem with the way the UI rendering is optimized. Try changing your UIFaster setting as described here: http://www.wowwiki.com/CVar%5FUIFaster | |||
feedback
|
|
I've usually seen this as a result of multiple calls to
If the size changes without flicker, you've got scenario A — go over your addon's logic paths and make sure | |||
|
feedback
|