mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-24 07:30:24 +00:00
Bugfix: Don't over-draw LC status outside designiated info. area
This commit is contained in:
parent
e5087a6627
commit
baa0b08198
@ -2823,8 +2823,9 @@ void _DrawSoftSwitchLanguageCardBank( RECT & rect, int iBank, int extraBank = 0
|
|||||||
|
|
||||||
rect.top -= g_nFontHeight;
|
rect.top -= g_nFontHeight;
|
||||||
rect.bottom -= g_nFontHeight;
|
rect.bottom -= g_nFontHeight;
|
||||||
|
|
||||||
rect.left += dx;
|
rect.left += dx;
|
||||||
rect.right += dx;
|
rect.right += 3*w;
|
||||||
|
|
||||||
// [2]/M R/[W]
|
// [2]/M R/[W]
|
||||||
// [2]/M [R]/W
|
// [2]/M [R]/W
|
||||||
|
Loading…
Reference in New Issue
Block a user