Avoid showing the colour selection dialog twice in wxPropertyGrid.
Selecting "Custom" in a colour property cell resulted in the colour selection dialog being shown twice if it was cancelled the first time. Fix this by using wxPG_PROPERTY_SPECIFIC to indicate that the value is just being queried and the user shouldn't be asked to enter it, as it is already in the other places. Closes #15543. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -603,6 +603,7 @@ All (GUI):
|
||||
- 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).
|
||||
- Don't show the dialog twice for colours in wxPropertyGrid (Artur Wieczorek).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user