CID 709703: Order of ops was unclear, but insignificant
This commit is contained in:
@@ -140,7 +140,7 @@ TabContainerView::MouseDown(BPoint where)
|
|||||||
// Middle click outside tabs should always open a new tab.
|
// Middle click outside tabs should always open a new tab.
|
||||||
fClickCount = 2;
|
fClickCount = 2;
|
||||||
} else if (clicks > 1)
|
} else if (clicks > 1)
|
||||||
fClickCount = fClickCount++;
|
fClickCount++;
|
||||||
else
|
else
|
||||||
fClickCount = 1;
|
fClickCount = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user