comctl32: Clarify a comment.
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5f9f827fd4
commit
9c11c636b3
|
@ -1379,9 +1379,7 @@ static LRESULT COMBOEX_DrawItem (COMBOEX_INFO *infoPtr, DRAWITEMSTRUCT const *di
|
||||||
} else {
|
} else {
|
||||||
/* drawing combo/edit entry */
|
/* drawing combo/edit entry */
|
||||||
if (IsWindowVisible(infoPtr->hwndEdit)) {
|
if (IsWindowVisible(infoPtr->hwndEdit)) {
|
||||||
/* if we have an edit control, the slave the
|
/* if we have an edit control, set the selection state from the edit focus state */
|
||||||
* selection state to the Edit focus state
|
|
||||||
*/
|
|
||||||
if (infoPtr->flags & WCBE_EDITFOCUSED)
|
if (infoPtr->flags & WCBE_EDITFOCUSED)
|
||||||
drawstate = ILD_SELECTED;
|
drawstate = ILD_SELECTED;
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in New Issue