Skip to content
Snippets Groups Projects
Commit 6274a7ab authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard
Browse files

Corrected the problem where a tab control marked multiline but has

only one tab was being justified to fill the whole tab space.
parent 60729af8
No related branches found
No related tags found
No related merge requests found
......@@ -1089,7 +1089,7 @@ static void TAB_SetItemBounds (HWND hwnd)
iCount = iIndexEnd-iIndexStart;
if (iCount)
if (iCount>1)
{
INT iIndex;
remainder = widthDiff % iCount;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment