Show the names of patterns in their tool tip
Adjust PatternView::update to show the name of the pattern as the tool tip (regardless of whether it is a beat and bassline or a melody pattern). Override the public slot TrackContentObjectView::update for AutomationPatternView and BBTCOView. Implement it similar to PatternView::update.
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
public slots:
|
||||
/// Opens this view's pattern in the global automation editor
|
||||
void openInAutomationEditor();
|
||||
virtual void update();
|
||||
|
||||
|
||||
protected slots:
|
||||
|
||||
@@ -98,6 +98,8 @@ public:
|
||||
}
|
||||
void setColor( QColor _new_color );
|
||||
|
||||
public slots:
|
||||
virtual void update();
|
||||
|
||||
protected slots:
|
||||
void openInBBEditor();
|
||||
|
||||
Reference in New Issue
Block a user