mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Fixed constExprs with ints, hover for enum values, _ for enums
This commit is contained in:
parent
4087bf8e2a
commit
4dcd7f9c6a
21 changed files with 293 additions and 142 deletions
|
@ -128,7 +128,7 @@ namespace IDE.ui
|
|||
{
|
||||
base.MouseDown(x, y, btn, btnCount);
|
||||
|
||||
if (x >= mListView.mParent.mWidth - LabelX - GS!(34))
|
||||
if ((x >= mListView.mParent.mWidth - LabelX - GS!(34)) && (mParentItem != null))
|
||||
{
|
||||
PopupCallStackPanel();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue