git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36705 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
         {
             frameOptions |= kTXNWantVScrollBarMask ;
 
-            if ( frameOptions & kTXNWantHScrollBarMask )
-                frameOptions |= kTXNDrawGrowIconMask ;
+            // The following code causes drawing problems on 10.4. Perhaps it can be restored for
+            // older versions of the OS, but I'm not sure it's appropriate to put a grow icon here
+            // anyways, as AFAIK users can't actually use it to resize the text ctrl.
+//            if ( frameOptions & kTXNWantHScrollBarMask )
+//                frameOptions |= kTXNDrawGrowIconMask ;
         }
     }
     else