[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:
Joachim Henze 2021-02-01 21:12:59 +01:00
parent bfedf9760c
commit d0c237a6ab

View file

@ -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;