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:
parent
910129fcf7
commit
a912b23771
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue