replacing markers in BMT::SetText is too expensive; do it

manually
This commit is contained in:
Glenn Maynard
2003-01-18 09:18:30 +00:00
parent cbeb0d1288
commit 49ffa7b45f
4 changed files with 18 additions and 6 deletions
-3
View File
@@ -214,9 +214,6 @@ void BitmapText::SetText( CString sText, bool DoSubst )
{
ASSERT( m_pFont );
if(DoSubst)
FontCharAliases::ReplaceMarkers(sText);
if(m_szText == sText)
return;