From 362e0e1962cb02d24d8728e299452af4d61faa2b Mon Sep 17 00:00:00 2001 From: Dave French Date: Mon, 20 Jul 2015 00:00:32 +0100 Subject: [PATCH] Edit BBEditor Mouse tool tip Edit the tool tip to remove The Double click top open in piano roll as per #1776 #1783 --- src/tracks/Pattern.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tracks/Pattern.cpp b/src/tracks/Pattern.cpp index 625df94c4..b574d4e96 100644 --- a/src/tracks/Pattern.cpp +++ b/src/tracks/Pattern.cpp @@ -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() ); }