mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 06:14:10 +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,6 +2315,7 @@ namespace IDE.ui
|
||||||
|
|
||||||
if (!focusChange)
|
if (!focusChange)
|
||||||
{
|
{
|
||||||
|
if (prevScrollPos != 0)
|
||||||
sourceEditWidgetContent.CheckRecordScrollTop(true);
|
sourceEditWidgetContent.CheckRecordScrollTop(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue