Commit 6274a7ab authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

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