Merge pull request #1721 from pgilfernandez/stylable_playhead

Make PlayHead stylable
This commit is contained in:
itsmattkc
2021-08-16 17:52:27 -07:00
committed by GitHub
+1 -2
View File
@@ -48,8 +48,7 @@ public:
};
// FIXME: Hardcoded (but that might be okay here)
#define PLAYHEAD_COLOR Qt::red
#define PLAYHEAD_COLOR palette().highlight().color()
}