performance fix by Tim Kosse
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1062,7 +1062,8 @@ void wxMacMLTEControl::TXNSetAttribute( const wxTextAttr& style , long from , lo
|
||||
if ( typeAttrCount > 0 )
|
||||
{
|
||||
verify_noerr( TXNSetTypeAttributes( m_txn , typeAttrCount, typeAttr, from , to ) );
|
||||
relayout = true;
|
||||
if (from != to)
|
||||
relayout = true;
|
||||
}
|
||||
|
||||
if ( tabs != NULL )
|
||||
|
Reference in New Issue
Block a user