Update LcdSpinBox.cpp (#5555)

This commit is contained in:
Lost Robot
2020-07-04 10:48:16 -06:00
committed by GitHub
parent 984fd3a935
commit 84998a26fd

View File

@@ -52,7 +52,7 @@ LcdSpinBox::LcdSpinBox( int numDigits, QWidget* parent, const QString& name ) :
LcdSpinBox::LcdSpinBox( int numDigits, const QString& style, QWidget* parent, const QString& name ) :
LcdWidget( numDigits, parent, name ),
LcdWidget( numDigits, style, parent, name ),
IntModelView( new IntModel( 0, 0, 0, NULL, name, true ), this ),
m_remainder( 0.f ),
m_mouseMoving( false ),