mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
[SYSDM] Fix sunrise regression CORE-17451
This fixes a regression with the AlphaBlending on single left-click
on the ros logo in general tab.
That regression was introduced by
0.4.15-dev-178-g d635ce0cc0
So it can be seen as an addendum to (#2707).
We luckily did not have any affected releases yet.
This commit is contained in:
parent
bfedf9760c
commit
d0c237a6ab
1 changed files with 1 additions and 2 deletions
|
@ -234,11 +234,10 @@ Cleanup:
|
||||||
if (hCreditsBitmap != NULL)
|
if (hCreditsBitmap != NULL)
|
||||||
DeleteObject(hCreditsBitmap);
|
DeleteObject(hCreditsBitmap);
|
||||||
|
|
||||||
|
InvalidateRect(hwnd, NULL, FALSE);
|
||||||
top = 0;
|
top = 0;
|
||||||
timerid = 0;
|
timerid = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
InvalidateRect(hwnd, NULL, FALSE);
|
|
||||||
break;
|
break;
|
||||||
case WM_TIMER:
|
case WM_TIMER:
|
||||||
top += ANIM_STEP;
|
top += ANIM_STEP;
|
||||||
|
|
Loading…
Reference in a new issue