From: Robert Roebling Date: Fri, 28 Dec 2007 22:13:35 +0000 (+0000) Subject: Restore MSW's colour picker, II X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a5b433042029ef76123aee26dc90744bd940fa7f Restore MSW's colour picker, II git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/clrpickerg.cpp b/src/generic/clrpickerg.cpp index 80de3e15a6..843dc86750 100644 --- a/src/generic/clrpickerg.cpp +++ b/src/generic/clrpickerg.cpp @@ -106,7 +106,7 @@ void wxGenericColourButton::UpdateColour() dc.SetBrush( wxBrush(m_colour) ); dc.DrawRectangle( 0,0,m_bitmap.GetWidth(),m_bitmap.GetHeight() ); -// if ( HasFlag(wxCLRP_SHOW_LABEL) ) + if ( HasFlag(wxCLRP_SHOW_LABEL) ) { wxColour col( ~m_colour.Red(), ~m_colour.Green(), ~m_colour.Blue() ); dc.SetTextForeground( col );