KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
64 stars 7 forks source link

Bug: Changing SVG size in form will break the same SVG file in Images List #1411

Closed KeyWorksRW closed 7 months ago

KeyWorksRW commented 7 months ago

Description:

When the size of an SVG image is changed in a form, and the SVG image already exists in an Images List but with a different size, the Images List version is no longer generated, and both Images List and Form's path to the image gets changed. The new path doesn't take into account the art directory, so it can be broken by the change.

Expected: size for an SVG should have no effect whatsoever on the embedded structure.

Randalphwa commented 7 months ago

Problem was not the size, but rather incorrect lookup of the filename.