Bugfix: Don't over-draw LC status outside designiated info. area

This commit is contained in:
michaelangel007 2017-04-27 13:37:56 -07:00
parent e5087a6627
commit baa0b08198

View File

@ -2823,8 +2823,9 @@ void _DrawSoftSwitchLanguageCardBank( RECT & rect, int iBank, int extraBank = 0
rect.top -= g_nFontHeight;
rect.bottom -= g_nFontHeight;
rect.left += dx;
rect.right += dx;
rect.right += 3*w;
// [2]/M R/[W]
// [2]/M [R]/W