1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 00:20:25 +02:00

Fixed Quick Info command

This commit is contained in:
Brian Fiete 2021-12-23 07:34:54 -05:00
parent 6c2d03c898
commit 6e869c5ac5
3 changed files with 20 additions and 3 deletions

View file

@ -3957,7 +3957,7 @@ namespace IDE
if (sourceViewPanel != null)
{
if (sourceViewPanel.mEditWidget.mEditWidgetContent.GetCursorLineChar(var line, var lineChar))
sourceViewPanel.UpdateMouseover(true, true, line, lineChar);
sourceViewPanel.UpdateMouseover(true, true, line, lineChar, true);
}
}