wxMac compilation fix: must explicitly qualify non-dependent MacSetClipChildren() in wxScrolled::Create()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a93cf225f7
commit
9fdb68d985
@ -306,7 +306,7 @@ public:
|
|||||||
m_targetWindow = this;
|
m_targetWindow = this;
|
||||||
|
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
MacSetClipChildren(true);
|
this->MacSetClipChildren(true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
this->Connect(wxEVT_PAINT, wxPaintEventHandler(wxScrolled::OnPaint));
|
this->Connect(wxEVT_PAINT, wxPaintEventHandler(wxScrolled::OnPaint));
|
||||||
|
Loading…
Reference in New Issue
Block a user