Comment 3 for bug 1327929

Revision history for this message
Travis (dinky-dye-aussie) wrote :

Only under OpenGL. When in software mode it doesn't cause infopanel to disappear at all.

I'm still trying to sort out the yellow border appearing around the icon displaying the current action. Any ideas on how to get it working? I've tried using:

if (flags & IconSelected)
     Video.DrawRectangle(ColorGreen, pos.x, pos.y, 46, 38);

but it causes the icon to disappear unless I add "DrawUIButton" before "Video.DrawRectangle", but then the border disappears. Also I can't get the border to follow the icon when its pressed. Need some help with it please