Oops! Missing parenthesis in knob.cpp :P

This commit is contained in:
Vesa
2014-01-20 23:37:29 +02:00
parent f11ab7957b
commit d8367d7496

View File

@@ -360,7 +360,7 @@ void knob::drawKnob( QPainter * _p )
case knobGreen_17:
{
p.setPen( QPen( QApplication::palette().color( QPalette::Active,
QPalette::BrightText, 2 ) );
QPalette::BrightText), 2 ) );
p.drawLine( calculateLine( mid, radius ) );
break;
}