render circles on automation points; Inceased INITIAL_WIDTH

This commit is contained in:
Wong Cho Ching
2014-01-31 23:11:13 +08:00
parent 694c861318
commit b37ce31bc3
2 changed files with 28 additions and 7 deletions

View File

@@ -153,7 +153,7 @@ private:
} ;
// some constants...
static const int INITIAL_WIDTH = 740;
static const int INITIAL_WIDTH = 860;
static const int INITIAL_HEIGHT = 480;
static const int SCROLLBAR_SIZE = 16;
@@ -249,6 +249,7 @@ private:
bool m_scrollBack;
void drawCross( QPainter & _p );
void drawAutomationPoint( QPainter & p, timeMap::iterator it );
bool inBBEditor();