fireclawthefox / DirectGuiDesigner

A Visual Editor for Panda3Ds Direct GUI
BSD 2-Clause "Simplified" License
25 stars 2 forks source link

Image property for every state will be overridden on every change #10

Closed fireclawthefox closed 2 years ago

fireclawthefox commented 2 years ago

If the user wants to have different images for different states (e.g. button click, hover, normal and disabled), he needs to set them for the OnscreenImage of the desired state. But, setting it in one OnscreenImage also sets the same image value of all other OnscreenImages of the same button. The editor view still shows the correct images though but exporting them will result in only one image being used.