1
0
Fork 0
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:
Brian Fiete 2021-10-31 09:48:04 -07:00
parent 72cb353515
commit a17f57f4c6
3 changed files with 6 additions and 6 deletions

View file

@ -4951,7 +4951,7 @@ namespace IDE.ui
if ((!String.IsNullOrEmpty(mHoverResolveTask?.mResult)))
{
origDebugExpr = scope:: String();
origDebugExpr.Set(debugExpr);
origDebugExpr.Set("");
debugExpr.Set(mHoverResolveTask.mResult);