Skip to content
Snippets Groups Projects
Commit 7e7b5411 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

TnoteItem: set bowing symbols color to palette text

parent 7fb949e6
No related branches found
No related tags found
No related merge requests found
......@@ -525,6 +525,7 @@ void TnoteItem::setBowing(EbowDirection bowDir)
m_bowing->setX((width() - m_bowing->width()) / 2.0);
m_bowing->setY(bowY);
m_bowing->setVisible(true);
m_bowing->setProperty("color", qApp->palette().text().color());
} else {
if (m_bowing)
m_bowing->setVisible(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment