1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 08:30:25 +02:00

Fixed multimon workspace right-click menu

This commit is contained in:
Brian Fiete 2023-12-31 07:12:22 -05:00
parent 100e4c7fe8
commit 7057bcd099

View file

@ -3425,9 +3425,7 @@ namespace IDE.ui
{ {
if (theEvent.mBtn == 1) if (theEvent.mBtn == 1)
{ {
float aX, aY; ShowRightClickMenu(mListView, theEvent.mX, theEvent.mY);
theEvent.GetRootCoords(out aX, out aY);
ShowRightClickMenu(mListView, aX, aY);
} }
} }