mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[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:
parent
7cc89e520c
commit
9c5bb096bc
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue