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:
parent
60729af8a9
commit
6274a7ab88
|
@ -1089,7 +1089,7 @@ static void TAB_SetItemBounds (HWND hwnd)
|
|||
|
||||
iCount = iIndexEnd-iIndexStart;
|
||||
|
||||
if (iCount)
|
||||
if (iCount>1)
|
||||
{
|
||||
INT iIndex;
|
||||
remainder = widthDiff % iCount;
|
||||
|
|
Loading…
Reference in New Issue