Kaydet (Commit) 0f42e7c8 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

WaE: duplicateBranch

üst 5f78d1d9
......@@ -4745,10 +4745,7 @@ static int ImplDrawItem(HWND, WPARAM wParam, LPARAM lParam )
clrPrevText = SetTextColor( pDI->hDC, GetSysColor( fSelected ? COLOR_HIGHLIGHTTEXT : COLOR_MENUTEXT ) );
DWORD colBackground = GetSysColor( fSelected ? COLOR_HIGHLIGHT : COLOR_MENU );
if ( fSelected )
clrPrevBkgnd = SetBkColor( pDI->hDC, colBackground );
else
clrPrevBkgnd = SetBkColor( pDI->hDC, colBackground );
clrPrevBkgnd = SetBkColor( pDI->hDC, colBackground );
hbrOld = (HBRUSH)SelectObject( pDI->hDC, CreateSolidBrush( GetBkColor( pDI->hDC ) ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment