Fix querying the value of wxEnumProperty in wxPropertyGridEditor.
Doing this changed the internal state of the control and resulted in the choice not being updated. Fix this by using wxPG_PROPERTY_SPECIFIC. Closes #15449. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -602,6 +602,7 @@ All (GUI):
|
||||
- Fix wxGraphicsBitmap::ConvertToImage() when using Cairo.
|
||||
- Support loading ICO files with data in PNG format (Artur Wieczorek).
|
||||
- Fix dragging columns in wxGrid when some of them are hidden (Artur Wieczorek).
|
||||
- Fix selecting elements from wxPropertyGrid enum properties (Artur Wieczorek).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user