MeasureGui: Paint icons in textcolor

This commit is contained in:
hlorus
2024-06-03 10:02:05 +02:00
committed by Yorik van Havre
parent e490531510
commit 84d3669888
3 changed files with 14 additions and 3 deletions

View File

@@ -385,6 +385,7 @@ SoFrameLabel::SoFrameLabel()
void SoFrameLabel::setIcon(const QPixmap &pixMap)
{
iconPixmap = pixMap;
drawImage();
}