summaryrefslogtreecommitdiff
path: root/muse2/muse/ctrl
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-10 15:40:57 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-10 15:40:57 +0000
commita92278628f21f30a759bc51736249e56b51dd969 (patch)
tree2870c45950335e7c4d6c6cdbfab5ffef249ba1c8 /muse2/muse/ctrl
parent5d966672553cbdd483a75b9e6ae273be42922bb0 (diff)
score editor now displays the currently selected notes
Diffstat (limited to 'muse2/muse/ctrl')
-rw-r--r--muse2/muse/ctrl/ctrlcanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/ctrl/ctrlcanvas.cpp b/muse2/muse/ctrl/ctrlcanvas.cpp
index 64a17b4f..70d1ad63 100644
--- a/muse2/muse/ctrl/ctrlcanvas.cpp
+++ b/muse2/muse/ctrl/ctrlcanvas.cpp
@@ -2232,7 +2232,7 @@ QRect CtrlCanvas::overlayRect() const
r.translate(2, y);
if (noEvents)
{
- QRect r2(fm.boundingRect(QString("Use ctrlKey + pencil or line tool to draw new events")));
+ QRect r2(fm.boundingRect(QString("Use shift + pencil or line tool to draw new events")));
//r2.translate(width()/2-100, height()/2-10);
r2.translate(2, y * 2);
r |= r2;