Quote:
Originally Posted by Baby Ruth
This is where I'm getting confused, because I don't see anything like that green area in your right image when I select cadet collar. Is this because I loaded an existing .uni file created before this version?
|
Ah, yeah, that would do it. The was the save/load functionality works is that all the canvases exported into a JSON string on save and then get cleared and reloaded from that same JSON string (that's built into the fabric.js library the app uses). Since the old save file doesn't have any reference to the newer elements they don't get re-created when the jersey gets reloaded and the checkboxes won't do anything because the elements aren't actually there. I'll have to figure something out about how to handle that.
Quote:
Originally Posted by Baby Ruth
As an aside, another thing I noticed when you load the file is that it doesn't show the Start and End years that were used to create the file originally.
|
That should be easier to fix.