Fix fdo#45848
regression from 5dd4f9ec The change: - if(m_GlyphsList.size()>1) + if(!m_GlyphsList.empty()) is incorrect, so change it back.
Showing
Please
register
or
sign in
to comment
regression from 5dd4f9ec The change: - if(m_GlyphsList.size()>1) + if(!m_GlyphsList.empty()) is incorrect, so change it back.