mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 02:58:02 +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
|
@ -1335,7 +1335,7 @@ namespace IDE.ui
|
|||
else
|
||||
{
|
||||
mHoverWatch = new HoverWatch();
|
||||
if (mHoverWatch.Show(this, x, y, debugExpr))
|
||||
if (mHoverWatch.Show(this, x, y, debugExpr, debugExpr))
|
||||
{
|
||||
mHoverWatch.mOpenMousePos = DarkTooltipManager.sLastRelMousePos;
|
||||
mHoverWatch.mEvalString.Set(debugExpr); // Set to old debugStr for comparison
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue