Corrected the problem where a tab control marked multiline but has

only one tab was being justified to fill the whole tab space.
This commit is contained in:
Aric Stewart 2000-05-24 21:02:29 +00:00 committed by Alexandre Julliard
parent 60729af8a9
commit 6274a7ab88

View file

@ -1089,7 +1089,7 @@ static void TAB_SetItemBounds (HWND hwnd)
iCount = iIndexEnd-iIndexStart;
if (iCount)
if (iCount>1)
{
INT iIndex;
remainder = widthDiff % iCount;