mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Don't 'save top position' during fixit apply if we are at the very top
This commit is contained in:
parent
2ca456eef8
commit
e19c8857b0
1 changed files with 2 additions and 1 deletions
|
@ -2315,7 +2315,8 @@ namespace IDE.ui
|
|||
|
||||
if (!focusChange)
|
||||
{
|
||||
sourceEditWidgetContent.CheckRecordScrollTop(true);
|
||||
if (prevScrollPos != 0)
|
||||
sourceEditWidgetContent.CheckRecordScrollTop(true);
|
||||
}
|
||||
|
||||
int32 fixitIdx = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue