[COMCTL32] Remove a rosdiff TOOLBAR_EraseBackground() (#4887)

This fixes the toolbar in FileZilla 3.8 being drawn wrong (grey)
It regressed by 0.4.15-dev-1603-g 232c45fcd7

And todays fix is a partial revert of that guilty rev.
The reverted part is not even necessarily needed for what we had in mind back then,
It was just a first tiny step with the aim to get rid of the comctl32.h changes of that commit.
But that goal was and even is far out of reach for many other reasons also.
Actually we should have reverted the toolbar.c change back then already,
before committing the "flipfix9".

CORE-18263
This commit is contained in:
Joachim Henze 2022-11-18 12:42:32 +01:00 committed by GitHub
parent 7cc89e520c
commit 9c5bb096bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6603,10 +6603,6 @@ TOOLBAR_Paint (TOOLBAR_INFO *infoPtr, WPARAM wParam)
TRACE("psrect=(%s)\n", wine_dbgstr_rect(&ps.rcPaint));
#ifdef __REACTOS__
TOOLBAR_EraseBackground(infoPtr, (WPARAM)hdc, (LPARAM) 0);
#endif
TOOLBAR_Refresh (infoPtr, hdc, &ps);
if (!wParam) EndPaint (infoPtr->hwndSelf, &ps);