mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 22:34:09 +02:00
Fixed deferred mouseover hoverwatch mismatch
This commit is contained in:
parent
72cb353515
commit
a17f57f4c6
3 changed files with 6 additions and 6 deletions
|
@ -4951,7 +4951,7 @@ namespace IDE.ui
|
|||
if ((!String.IsNullOrEmpty(mHoverResolveTask?.mResult)))
|
||||
{
|
||||
origDebugExpr = scope:: String();
|
||||
origDebugExpr.Set(debugExpr);
|
||||
origDebugExpr.Set("");
|
||||
|
||||
debugExpr.Set(mHoverResolveTask.mResult);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue