From: Jaakko Salli Date: Tue, 7 Jul 2009 15:23:26 +0000 (+0000) Subject: Further fixes to colour properties that use wxPG_COLOUR_ALLOW_CUSTOM attribute X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5f7c24e2ff4ca9f9215532490849639d873618c5 Further fixes to colour properties that use wxPG_COLOUR_ALLOW_CUSTOM attribute git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/propgrid/advprops.cpp b/src/propgrid/advprops.cpp index ed2944c9fc..9dc5a203c7 100644 --- a/src/propgrid/advprops.cpp +++ b/src/propgrid/advprops.cpp @@ -1030,7 +1030,10 @@ wxVariant wxSystemColourProperty::DoTranslateVal( wxColourPropertyValue& v ) con int wxSystemColourProperty::ColToInd( const wxColour& colour ) const { size_t i; - size_t i_max = m_choices.GetCount() - 1; + size_t i_max = m_choices.GetCount(); + + if ( !(m_flags & wxPG_PROP_HIDE_CUSTOM_COLOUR) ) + i_max -= 1; for ( i=0; i