- Home
- My Page
- Recent changes
- Reports
-
- Watched Pages
- Contributions
- My Preferences
- Userlist
- RSS feeds
- Templates
- Sitemap
- Save as PDF
- Popular pages
- Table of contents
- Wiki Help
Fadelabel Flickering Text
Table of contents
On Sun, 05 Dec 2010, diebagger suggested that this page or content is incomplete and needs to be expanded.
Add additional information for this change (mantis, forum discussion, etc), apply new template, when was this introduced (alpha, beta?)
Purpose
When scrolling text (e.g. fadelabel) is located near or at the edge of a window the text would flicker or flash on/off while scrolling.
Description of change
Corrected the implementation of GUIFont such that text is rendered even if it's x,y position is not inside the window. Text flickering was caused by the position of the text string being temporarily located outside of the window (which caused the text to not render for that frame).
