KeyWorksRW / wxUiEditor

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

Add Default SVG bitmaps preference #1414

Closed Randalphwa closed 5 months ago

Randalphwa commented 5 months ago

This PR adds a Default SVG bitmaps checkbox in the Preferences dialog. When checked, SVG becomes the default for new bitmaps instead of Embed. This will affect any control that has a bitmap-type property.

The idea behind this is that for apps like wxUiEditor where all UI bitmaps are created from SVG files, this preference setting eliminates the need to change ever new Embed bitmap to SVG.