Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,

BS_CHECKBOX, BS_AUTO* styles.
This commit is contained in:
Abey George 1999-09-11 16:22:10 +00:00 committed by Alexandre Julliard
parent fd24362356
commit 3cee09c0fc
1 changed files with 0 additions and 1 deletions

View File

@ -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 */
}
}
}