1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 00:20: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)
{
float aX, aY;
theEvent.GetRootCoords(out aX, out aY);
ShowRightClickMenu(mListView, aX, aY);
ShowRightClickMenu(mListView, theEvent.mX, theEvent.mY);
}
}