added new knob: knobGreen_17
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@83 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
BIN
resources/knob04.png
Normal file
BIN
resources/knob04.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 656 B |
@@ -238,6 +238,14 @@ void knob::drawKnob( QPainter * _p )
|
||||
(int)( ym - ca*re ) + 1 );
|
||||
break;
|
||||
}
|
||||
case knobGreen_17:
|
||||
{
|
||||
_p->setPen( QPen( QColor( 0, 200, 0 ), 2 ) );
|
||||
_p->drawLine( (int)( xm-sa ), (int)( ym-ca ),
|
||||
(int)( xm - sa*radius ),
|
||||
(int)( ym - ca*radius ) );
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user