Update tab indexes for things
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user