diff --git a/plugins/formulashape/elements/TokenElement.cpp b/plugins/formulashape/elements/TokenElement.cpp --- a/plugins/formulashape/elements/TokenElement.cpp +++ b/plugins/formulashape/elements/TokenElement.cpp @@ -61,7 +61,7 @@ if(m_stretchHorizontally || m_stretchVertically) painter.scale(width() / m_originalSize.width(), height() / m_originalSize.height()); - painter.setPen( color ); + painter.setPen( Qt::NoPen ); painter.setBrush( QBrush( color ) ); painter.drawPath( m_contentPath ); }