Merge pull request #553 from diizy/master

Timeline: Change loop points into different graphics
This commit is contained in:
Tobias Doerffel
2014-04-01 19:57:48 +02:00
5 changed files with 14 additions and 8 deletions

View File

@@ -149,7 +149,8 @@ protected:
private:
static QPixmap * s_timeLinePixmap;
static QPixmap * s_posMarkerPixmap;
static QPixmap * s_loopPointPixmap;
static QPixmap * s_loopPointBeginPixmap;
static QPixmap * s_loopPointEndPixmap;
static QPixmap * s_loopPointDisabledPixmap;
AutoScrollStates m_autoScroll;