1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-13 05:44:11 +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,6 +2315,7 @@ namespace IDE.ui
if (!focusChange)
{
if (prevScrollPos != 0)
sourceEditWidgetContent.CheckRecordScrollTop(true);
}