diff --git a/src/generic/treectlg.cpp b/src/generic/treectlg.cpp index d1d6e0e5fb..9d03079f86 100644 --- a/src/generic/treectlg.cpp +++ b/src/generic/treectlg.cpp @@ -2319,7 +2319,8 @@ void wxGenericTreeCtrl::PaintLevel( wxGenericTreeItem *item, wxDC &dc, int level if (HasFlag(wxTR_AQUA_BUTTONS)) { -#ifdef __WXMAC__ + // This causes update problems, so disabling for now. +#if 0 //#ifdef __WXMAC__ wxMacPortSetter helper(&dc) ; wxMacWindowClipper clipper(this) ; wxDC::MacSetupBackgroundForCurrentPort( MacGetBackgroundBrush() ) ;