wxUiEditor
wxUiEditor copied to clipboard
Bug: ImageHandler doesn't re-initialize if Images node deleted
Description:
If the Images node is deleted, the ImageHandler
class (image_handler.h) needs to be cleared, and re-initialized. Without doing this, code generation is broken because it is still assuming the images are in an Image form.