user32: Redraw combo text field even if it's empty.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Piotr Caban 2018-01-05 19:25:33 +01:00 committed by Alexandre Julliard
parent 910129fcf7
commit a912b23771
1 changed files with 0 additions and 3 deletions

View File

@ -720,9 +720,6 @@ static void CBPaintText(
pText[size] = '\0'; /* just in case */
} else return;
}
else
if( !CB_OWNERDRAWN(lphc) )
return;
if( lphc->wState & CBF_EDIT )
{