CID 709703: Order of ops was unclear, but insignificant

This commit is contained in:
Philippe Saint-Pierre
2012-07-20 18:31:42 -04:00
parent 6d60b554e6
commit 739ed61c38
@@ -140,7 +140,7 @@ TabContainerView::MouseDown(BPoint where)
// Middle click outside tabs should always open a new tab.
fClickCount = 2;
} else if (clicks > 1)
fClickCount = fClickCount++;
fClickCount++;
else
fClickCount = 1;
}