修复exp
This commit is contained in:
@@ -1152,6 +1152,10 @@ void TDrawScreen(HDC hdc, HWND hWnd)
|
||||
{
|
||||
expFillRect.right = expFillRect.left;
|
||||
}
|
||||
if (expFillRect.right > expBarRect.right)
|
||||
{
|
||||
expFillRect.right = expBarRect.right;
|
||||
}
|
||||
HBRUSH expFillBrush = CreateSolidBrush(accentColor);
|
||||
FillRect(hdc, &expFillRect, expFillBrush);
|
||||
DeleteObject(expFillBrush);
|
||||
|
||||
Reference in New Issue
Block a user