mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-01 05:45:59 +02:00
Minor IDE changes
This commit is contained in:
parent
be3c968e2b
commit
2ea5d31c37
15 changed files with 373 additions and 87 deletions
|
@ -1383,6 +1383,9 @@ namespace IDE.ui
|
|||
|
||||
void ShowRightClickMenu(WatchListViewItem listViewItem, float x, float y)
|
||||
{
|
||||
if (mOrigEvalString.StartsWith(":"))
|
||||
return;
|
||||
|
||||
float clickX = x;
|
||||
float clickY = DarkTheme.sDarkTheme.mSmallFont.GetLineSpacing() + GS!(1);
|
||||
listViewItem.SelfToOtherTranslate(listViewItem.mListView.GetRoot(), clickX, clickY, var aX, var aY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue