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:
parent
6c2d03c898
commit
6e869c5ac5
3 changed files with 20 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue