git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16699
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxControl::MacRedrawControl()
{
void wxControl::MacRedrawControl()
{
- if ( (ControlHandle) m_macControl && MacGetRootWindow() )
+ if ( (ControlHandle) m_macControl && MacGetRootWindow() && m_macControlIsShown )
{
wxClientDC dc(this) ;
wxMacPortSetter helper(&dc) ;
{
wxClientDC dc(this) ;
wxMacPortSetter helper(&dc) ;
void wxControl::MacRedrawControl()
{
void wxControl::MacRedrawControl()
{
- if ( (ControlHandle) m_macControl && MacGetRootWindow() )
+ if ( (ControlHandle) m_macControl && MacGetRootWindow() && m_macControlIsShown )
{
wxClientDC dc(this) ;
wxMacPortSetter helper(&dc) ;
{
wxClientDC dc(this) ;
wxMacPortSetter helper(&dc) ;