Commit a51e20f5 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

comctl32/combo: Fix misleading indentation.

parent 0abe9939
......@@ -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();
}
}
......
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