mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed fixit with active text selection
This commit is contained in:
parent
75eeb25555
commit
accc95671d
1 changed files with 1 additions and 0 deletions
|
@ -2376,6 +2376,7 @@ namespace IDE.ui
|
|||
if (focusChange)
|
||||
sourceEditWidgetContent.EnsureCursorVisible(true, true);
|
||||
|
||||
sourceEditWidgetContent.mSelection = null;
|
||||
if (fixitLen > 0)
|
||||
{
|
||||
sourceEditWidgetContent.mSelection = EditSelection(fixitIdx, fixitIdx + fixitLen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue