KeyWorksRW / wxUiEditor

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

Prevent crash if not file specified #1479

Closed Randalphwa closed 2 months ago

Randalphwa commented 2 months ago

This PR fixes a crash when GetPropertyAnimation() is called on an animation control that doesn't have a filename specified. The crash occurred after the refactoring work in #1476.