Skip to content

Commit

Permalink
Revert knob fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallacoloo committed Apr 10, 2015
1 parent 6b871f1 commit 6a42c15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/widgets/Knob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ TextFloat * Knob::s_textFloat = NULL;
m_volumeKnob( false ), \
m_volumeRatio( 100.0, 0.0, 1000000.0 ), \
m_buttonPressed( false ), \
m_angle( -10 ), \
m_lineWidth(0)
m_angle( -10 )

Knob::Knob( knobTypes _knob_num, QWidget * _parent, const QString & _name ) :
DEFAULT_KNOB_INITIALIZER_LIST,
Expand Down

0 comments on commit 6a42c15

Please sign in to comment.