comctl32/combo: Fix misleading indentation.
Signed-off-by: Fabian Maurer <dark.shadow4@web.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0abe9939b8
commit
a51e20f5e0
|
@ -1020,7 +1020,7 @@ static void CBDropDown( LPHEADCOMBO lphc )
|
|||
else
|
||||
{
|
||||
if (nItems > lphc->visibleItems)
|
||||
nItems = lphc->visibleItems;
|
||||
nItems = lphc->visibleItems;
|
||||
nDroppedHeight = nItems * nIHeight + COMBO_YBORDERSIZE();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue