* Fixed #3226. Fixed beat velocity on classic theme. Fixed visual difference between 0 velocity and no step. * Render step_btn_on_0.png always. * Removed useless if.
This commit is contained in:
committed by
Oskar Wallgren
parent
6f3a7ea857
commit
995b14f7b5
@@ -186,14 +186,14 @@ protected:
|
||||
|
||||
|
||||
private:
|
||||
static QPixmap * s_stepBtnOn;
|
||||
static QPixmap * s_stepBtnOverlay;
|
||||
static QPixmap * s_stepBtnOn0;
|
||||
static QPixmap * s_stepBtnOn200;
|
||||
static QPixmap * s_stepBtnOff;
|
||||
static QPixmap * s_stepBtnOffLight;
|
||||
|
||||
Pattern* m_pat;
|
||||
QPixmap m_paintPixmap;
|
||||
|
||||
|
||||
QStaticText m_staticTextName;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user