From: Siddharth K. <sid...@gm...> - 2011-02-23 23:58:09
|
Hi everyone, When one exits a custom game and resizes the screen, the rendering of the buttons on the screen does not happen properly. I suppose this problem is not local. To fix this, I used a T4K_PrerenderAll() call whenever a resizing of the screen happens. I have committed this change. Earlier, this call was used in the T4K_RunMenu. But I think we are now dealing with F10 key press in a different way and the previous code is commented out. Can someone verify if they were also facing this issue? Thanks, Siddharth |