Merged wxBaseEnumPropertyClass (intermediate property class with obsolete purpose) to wxEnumPropertyClass
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1082,7 +1082,7 @@ bool wxSystemColourProperty::QueryColourFromUser( wxVariant& variant ) const
|
||||
bool wxSystemColourProperty::IntToValue( wxVariant& variant, int number, int WXUNUSED(argFlags) ) const
|
||||
{
|
||||
int index = number;
|
||||
int type = GetValueForIndex(index);
|
||||
int type = m_choices.GetValue(index);
|
||||
|
||||
if ( type == wxPG_COLOUR_CUSTOM )
|
||||
{
|
||||
|
Reference in New Issue
Block a user