summaryrefslogtreecommitdiff
path: root/muse2/muse/mixer/strip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/mixer/strip.cpp')
-rw-r--r--muse2/muse/mixer/strip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/mixer/strip.cpp b/muse2/muse/mixer/strip.cpp
index 9ddf48f9..ec092482 100644
--- a/muse2/muse/mixer/strip.cpp
+++ b/muse2/muse/mixer/strip.cpp
@@ -194,7 +194,7 @@ Strip::Strip(QWidget* parent, Track* t)
// NOTE: This was required, otherwise the strip labels have no colour in the mixer only - track info OK !
// Not sure why...
label = new QLabel(this);
-
+ label->setObjectName(track->cname());
// Moved by Tim. p3.3.9
//setLabelText();