mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Fixed multimon workspace right-click menu
This commit is contained in:
parent
100e4c7fe8
commit
7057bcd099
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue