applying patch, fixes #10523
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,7 +49,7 @@ int wxColourDialog::ShowModal()
|
|||||||
{
|
{
|
||||||
RGBColor currentColor ;
|
RGBColor currentColor ;
|
||||||
|
|
||||||
m_colourData.m_dataColour.GetRGBColor( currentColor );
|
m_colourData.m_dataColour.GetRGBColor( ¤tColor );
|
||||||
NColorPickerInfo info;
|
NColorPickerInfo info;
|
||||||
OSStatus err ;
|
OSStatus err ;
|
||||||
memset(&info, 0, sizeof(info)) ;
|
memset(&info, 0, sizeof(info)) ;
|
||||||
|
Reference in New Issue
Block a user