borders might have to be drawn differently

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-04-07 18:42:08 +00:00
parent c26400bd06
commit c4a7e284fd

View File

@@ -1089,6 +1089,7 @@ bool wxWindowMac::OSXShowWithEffect(bool show,
void wxWindowMac::DoEnable(bool enable)
{
m_peer->Enable( enable ) ;
MacInvalidateBorders();
}
//