mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 11:51:25 +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)
|
||||
{
|
||||
filetree.SelectedNodes.Add(result);
|
||||
result.EnsureVisible();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue