Commit a912b237 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

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

parent 910129fc
...@@ -720,9 +720,6 @@ static void CBPaintText( ...@@ -720,9 +720,6 @@ static void CBPaintText(
pText[size] = '\0'; /* just in case */ pText[size] = '\0'; /* just in case */
} else return; } else return;
} }
else
if( !CB_OWNERDRAWN(lphc) )
return;
if( lphc->wState & CBF_EDIT ) if( lphc->wState & CBF_EDIT )
{ {
......
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