mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
UDBScript: fixed a problem where hot reloading would not scroll the the previously selected script
This commit is contained in:
parent
55b8e24bd8
commit
e802bb364a
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ namespace CodeImp.DoomBuilder.UDBScript
|
||||||
if (result != null)
|
if (result != null)
|
||||||
{
|
{
|
||||||
filetree.SelectedNodes.Add(result);
|
filetree.SelectedNodes.Add(result);
|
||||||
|
result.EnsureVisible();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue