Merge pull request #2197 from curlymorphic/bbMouseOver

Edit BBEditor Mouse tool tip
This commit is contained in:
Colin Wallace
2015-07-19 16:56:58 -07:00

View File

@@ -706,8 +706,7 @@ PatternView::PatternView( Pattern* pattern, TrackView* parent ) :
setFixedHeight( parentWidget()->height() - 2 );
ToolTip::add( this,
tr( "double-click to open this pattern in piano-roll\n"
"use mouse wheel to set volume of a step" ) );
tr( "use mouse wheel to set volume of a step" ) );
setStyle( QApplication::style() );
}