UDBScript: fixed a problem where hot reloading would not scroll the the previously selected script

This commit is contained in:
biwa 2023-06-18 16:31:27 +02:00
parent 55b8e24bd8
commit e802bb364a

View file

@ -243,6 +243,7 @@ namespace CodeImp.DoomBuilder.UDBScript
if (result != null)
{
filetree.SelectedNodes.Add(result);
result.EnsureVisible();
break;
}
}