make PlayHead stylable, using Link color which looks better to me (Highlight color might work as well)

This commit is contained in:
Pablo Gil
2021-08-16 17:45:45 +02:00
parent 0a06fcf67e
commit 6d9ba1ed7f
+2 -2
View File
@@ -48,8 +48,8 @@ public:
};
// FIXME: Hardcoded (but that might be okay here)
#define PLAYHEAD_COLOR Qt::red
// FIXME: attempt to make it stylable, Link color looks better to me but Highlight might work as well
#define PLAYHEAD_COLOR palette().link().color()
}