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:
@@ -1653,8 +1653,11 @@ TXNFrameOptions wxMacMLTEControl::FrameOptionsFromWXStyle( long wxStyle )
|
|||||||
{
|
{
|
||||||
frameOptions |= kTXNWantVScrollBarMask ;
|
frameOptions |= kTXNWantVScrollBarMask ;
|
||||||
|
|
||||||
if ( frameOptions & kTXNWantHScrollBarMask )
|
// The following code causes drawing problems on 10.4. Perhaps it can be restored for
|
||||||
frameOptions |= kTXNDrawGrowIconMask ;
|
// 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
|
else
|
||||||
|
Reference in New Issue
Block a user