Supporting newer transparent background API

This commit is contained in:
Stefan Csomor
2018-10-22 22:36:42 +02:00
parent 7dfbe50fc0
commit 651e1cd1b5
4 changed files with 16 additions and 2 deletions

View File

@@ -518,6 +518,11 @@ bool wxWindowMac::SetBackgroundStyle(wxBackgroundStyle style)
return true;
}
bool wxWindowMac::IsTransparentBackgroundSupported(wxString* WXUNUSED(reason)) const
{
return true;
}
bool wxWindowMac::SetBackgroundColour(const wxColour& col )
{
if (m_growBox)