Update tab indexes for things

This commit is contained in:
2017-09-20 14:38:30 -05:00
parent 59bea020b6
commit dcc9d92ca9
3 changed files with 36 additions and 26 deletions

View File

@ -154,6 +154,7 @@ namespace SpriteLibrary
public void OpenEditWindow(int FirstItemIndex=-1)
{
SpriteEntryForm SEF = new SpriteEntryForm(this, SpriteInfoList, SnapGridSize);
SEF.SetInitialSprite(FirstItemIndex);
SEF.ShowDialog();
//Use the updated list returned from the form.
SpriteInfoList.Clear();