fix Apply. It had not been tracking the correct item number.
This commit is contained in:
parent
5fd16be792
commit
a5c9449dda
@ -405,8 +405,9 @@ namespace SpriteLibrary
|
||||
}
|
||||
else
|
||||
{
|
||||
SpriteInformation.Add(TempInformation.Clone());
|
||||
CurrentSIIndex = SpriteInformation.IndexOf(TempInformation);
|
||||
SpriteInfo tSI = TempInformation.Clone();
|
||||
SpriteInformation.Add(tSI);
|
||||
CurrentSIIndex = SpriteInformation.IndexOf(tSI);
|
||||
}
|
||||
UpdateMenu();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user