KeyWorksRW / wxUiEditor

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

Fix crash in Book Pages that specify an unrecognized ART id #1362

Closed Randalphwa closed 8 months ago

Randalphwa commented 8 months ago

This PR creates a new unknown.svg file in Images List, and uses that when a Book page tries to load a bundle that has artwork that wxUiEditor doesn't know about. This can occur with custom ART providers. Without the replacement bundle, wxWidgets will crash.

This fixes the wxUiEditor side of the crash referred to in #1359 but leaves the issue open because the wxWidgets code needs to be fixed as well.