Rendering tweak and fixes #234

This commit is contained in:
Wong Cho Ching
2014-02-02 19:40:00 +08:00
parent 287276db6f
commit f7963d5b3b
4 changed files with 54 additions and 2 deletions

View File

@@ -169,6 +169,8 @@ private:
bool m_dragging;
static const float DEFAULT_MIN_VALUE = 0;
static const float DEFAULT_MAX_VALUE = 1;
friend class AutomationPatternView;

View File

@@ -66,6 +66,8 @@ private:
QPixmap m_paintPixmap;
bool m_needsUpdate;
void scaleTimemapToFit();
} ;