ported KO's v262 change forward

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Surovell
2006-01-05 08:46:08 +00:00
parent c88b7d288c
commit 04c3457ae3

View File

@@ -1653,8 +1653,11 @@ TXNFrameOptions wxMacMLTEControl::FrameOptionsFromWXStyle( long wxStyle )
{
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