Fixed new text in editor not being monospace

master
krzys-h 2015-08-31 12:21:28 +02:00
parent 2ec5e07080
commit cc7e36968f
1 changed files with 1 additions and 1 deletions

View File

@ -2722,7 +2722,7 @@ void CEdit::InsertOne(char character)
if ( static_cast<unsigned int>(m_cursor1) < m_format.size() )
{
m_format[m_cursor1] = 0;
m_format[m_cursor1] = m_fontType;
}
m_cursor1++;