From: Stefan Csomor Date: Wed, 7 Apr 2010 18:42:08 +0000 (+0000) Subject: borders might have to be drawn differently X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c4a7e284fdad7b60e698410847bf200137e72a19?ds=inline borders might have to be drawn differently git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/window_osx.cpp b/src/osx/window_osx.cpp index 20af778038..864bb128f9 100644 --- a/src/osx/window_osx.cpp +++ b/src/osx/window_osx.cpp @@ -1089,6 +1089,7 @@ bool wxWindowMac::OSXShowWithEffect(bool show, void wxWindowMac::DoEnable(bool enable) { m_peer->Enable( enable ) ; + MacInvalidateBorders(); } //