diff --git a/IDE/src/ui/ProjectPanel.bf b/IDE/src/ui/ProjectPanel.bf index 9d100e6d..bf742ba0 100644 --- a/IDE/src/ui/ProjectPanel.bf +++ b/IDE/src/ui/ProjectPanel.bf @@ -3425,9 +3425,7 @@ namespace IDE.ui { if (theEvent.mBtn == 1) { - float aX, aY; - theEvent.GetRootCoords(out aX, out aY); - ShowRightClickMenu(mListView, aX, aY); + ShowRightClickMenu(mListView, theEvent.mX, theEvent.mY); } }