mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +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)
|
||||
DeleteObject(hCreditsBitmap);
|
||||
|
||||
InvalidateRect(hwnd, NULL, FALSE);
|
||||
top = 0;
|
||||
timerid = 0;
|
||||
}
|
||||
|
||||
InvalidateRect(hwnd, NULL, FALSE);
|
||||
break;
|
||||
case WM_TIMER:
|
||||
top += ANIM_STEP;
|
||||
|
|
Loading…
Reference in a new issue