Commit 73d7337e authored by Francois Boisvert's avatar Francois Boisvert Committed by Alexandre Julliard

Removed FillRect in the ownerdrawn button procedure.

parent fbecbc29
......@@ -892,7 +892,6 @@ static void OB_Paint( WND *wndPtr, HDC hDC, WORD action )
GetClientRect( wndPtr->hwndSelf, &dis.rcItem );
SetBkColor( hDC, GetSysColor( COLOR_BTNFACE ) );
FillRect( hDC, &dis.rcItem, GetSysColorBrush( COLOR_BTNFACE ) );
SendMessageA( GetParent(wndPtr->hwndSelf), WM_DRAWITEM,
wndPtr->wIDmenu, (LPARAM)&dis );
......
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