fixing typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3185,7 +3185,7 @@ bool wxMacMLTEHIViewControl::HasFocus() const
|
||||
|
||||
void wxMacMLTEHIViewControl::SetBackground( const wxBrush &brush )
|
||||
{
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OSX_VERSION_10_4
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
|
||||
if (HITextViewSetBackgroundColor != NULL)
|
||||
{
|
||||
RGBColor col = MAC_WXCOLORREF(brush.GetColour().GetPixel()) ;
|
||||
|
Reference in New Issue
Block a user