Commit 3cee09c0 authored by Abey George's avatar Abey George Committed by Alexandre Julliard

Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,

BS_CHECKBOX, BS_AUTO* styles.
parent fd243623
......@@ -718,7 +718,6 @@ static void CB_Paint( WND *wndPtr, HDC hDC, WORD action )
SetTextColor( hDC, GetSysColor(COLOR_GRAYTEXT) );
DrawTextA( hDC, wndPtr->text, textlen, &rtext,
DT_SINGLELINE | DT_VCENTER );
textlen = 0; /* skip DrawText() below */
}
}
}
......
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