1
0
Fork 0
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:
Brian Fiete 2020-09-28 17:07:48 -07:00
parent 2ca456eef8
commit e19c8857b0

View file

@ -2315,7 +2315,8 @@ namespace IDE.ui
if (!focusChange)
{
sourceEditWidgetContent.CheckRecordScrollTop(true);
if (prevScrollPos != 0)
sourceEditWidgetContent.CheckRecordScrollTop(true);
}
int32 fixitIdx = 0;