KeyWorksRW / wxUiEditor

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

Bug: Change box sizer to grid sizer and validator varnames get changed #1426

Closed KeyWorksRW closed 2 weeks ago

KeyWorksRW commented 7 months ago

Description:

Changing a box sizer to a grid sizer changes all validator variable names in any children of the form (it adds a number at the end). This can be reproduced in the PreferencesDlg in wxUiEditor.

KeyWorksRW commented 6 months ago

Probably the same underlying cause as #1452