KeyWorksRW / wxUiEditor

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

Bug: wxAuiNoteBook's stype property editor is a combox(wxChoice), not the checked listbox #1416

Closed Kumazuma closed 5 months ago

Kumazuma commented 5 months ago

Description:

wxAuiNoteBook's stype property editor is a combox(wxChoice), not the checked listbox. so I can not choice multiple styles. image

KeyWorksRW commented 5 months ago

This was fixed in commit: #1353 -- the commit doesn't specifically refer to this issue but that was when it was changed. When the options were moved back into the XML interface, the style property type was changed from option to bitlist which displays as a checked list. This is part of the current daily builds, and will be part of the 1.2.1 release.