KeyWorksRW / wxUiEditor

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

In wxUiEditor's UI, switch to wxChoice when read-only wxComboBox is chosen. #1447

Closed KeyWorksRW closed 3 months ago

KeyWorksRW commented 3 months ago

Description:

wxChoice and a read-only wxComboBox might look the same on Windows, but they look decidedly different on Linux. It would make sense to switch read-only wxComboBox in wxUiEditor's UI to wxChoice. It would probably also make sense to add a conversion from wxComboBox to wxChoice in the context menu if the wxComboBox is read-only.