Enable left mouse menu support, part 1

This commit is contained in:
Lirusaito
2019-07-10 18:03:38 -04:00
parent 6a60fa3458
commit 564a9abf42

View File

@@ -413,7 +413,7 @@ BOOL LLToolPie::handleLeftClickPick()
LLToolSelect::handleObjectSelection(mPick, FALSE, TRUE);
// Spawn pie menu
LLTool::handleRightMouseDown(x, y, mask);
handleRightMouseDown(x, y, mask);
return TRUE;
}