Changed marked frames to be unbold and italic in Qt TAS editor.
This commit is contained in:
parent
6f3b25646d
commit
a3b3cf563b
|
@ -5845,9 +5845,11 @@ void QPianoRoll::paintEvent(QPaintEvent *event)
|
|||
if (markersManager->getMarkerAtFrame(lineNum))
|
||||
{
|
||||
font.setItalic(true);
|
||||
font.setBold(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
font.setBold(true);
|
||||
font.setItalic(false);
|
||||
}
|
||||
painter.setFont(font);
|
||||
|
|
Loading…
Reference in New Issue