diff --git a/app/timeline/timelinecommon.h b/app/timeline/timelinecommon.h index e14f8d546..2420c8868 100644 --- a/app/timeline/timelinecommon.h +++ b/app/timeline/timelinecommon.h @@ -48,8 +48,7 @@ public: }; -// FIXME: Hardcoded (but that might be okay here) -#define PLAYHEAD_COLOR Qt::red +#define PLAYHEAD_COLOR palette().highlight().color() }