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
|
else
|
||||||
{
|
{
|
||||||
SpriteInformation.Add(TempInformation.Clone());
|
SpriteInfo tSI = TempInformation.Clone();
|
||||||
CurrentSIIndex = SpriteInformation.IndexOf(TempInformation);
|
SpriteInformation.Add(tSI);
|
||||||
|
CurrentSIIndex = SpriteInformation.IndexOf(tSI);
|
||||||
}
|
}
|
||||||
UpdateMenu();
|
UpdateMenu();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user