KeyWorksRW / wxUiEditor

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

Change default for display_images property #1375

Closed Randalphwa closed 8 months ago

Randalphwa commented 8 months ago

By default, display images on book pages.

This PR changes the default for the display_images property in books (notebook, listbook, treebook, aui_notebook). Displaying images is now the default. If none of the pages have images specified, this will have no effect on either code generation or the Mockup panel. However, is should avoid the confusion when images are added to pages, but they don't show up.

Closes #733