fixed typo in prior checkin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
172da31f53
commit
78606adf3a
@ -190,8 +190,8 @@ bool wxBrush::RealizeResource()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
unsigned long wxBrush::MacGetThemeBackground( WXRECTPTR extent) const
|
||||
unsigned long wxBrush::MacGetThemeBackground( WXRECTPTR extent) const
|
||||
|
||||
unsigned long wxBrush::MacGetThemeBackground(WXRECTPTR extent) const
|
||||
{
|
||||
if ( M_BRUSHDATA && M_BRUSHDATA->m_macBrushKind == kwxMacBrushThemeBackground )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user