Fixed #3226. Beat velocity fixes for both themes. (#3229)

* 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:
Karmo Rosental
2017-02-03 23:35:23 +02:00
committed by Oskar Wallgren
parent 6f3a7ea857
commit 995b14f7b5
8 changed files with 24 additions and 11 deletions

View File

@@ -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;
} ;