Merge pull request #1674 from curlymorphic/i446

Proposed fix for 446, select notes in piano roll using timeline
This commit is contained in:
Lukas W
2015-01-24 11:19:58 +01:00
2 changed files with 44 additions and 0 deletions

View File

@@ -160,6 +160,8 @@ protected slots:
void hidePattern( Pattern* pattern );
void selectRegionFromPixels( int xStart, int xEnd );
signals:
void currentPatternChanged();