diff --git a/src/QGCPalette.cc b/src/QGCPalette.cc index 3b10e10fd1e0ae63fbeea3e8f80d36e7162401c8..770c817537e661821cfdcd4413908b4b585d4816 100644 --- a/src/QGCPalette.cc +++ b/src/QGCPalette.cc @@ -74,6 +74,7 @@ void QGCPalette::_buildMap(void) DECLARE_QGC_COLOR(alertBorder, "#808080", "#808080", "#808080", "#808080") DECLARE_QGC_COLOR(alertText, "#000000", "#000000", "#000000", "#000000") DECLARE_QGC_COLOR(missionItemEditor, "#585858", "#dbfef8", "#585858", "#585d83") + DECLARE_QGC_COLOR(hoverColor, "#585858", "#dbfef8", "#585858", "#585d83") // Colors are not affecting by theming DECLARE_QGC_COLOR(mapWidgetBorderLight, "#ffffff", "#ffffff", "#ffffff", "#ffffff") diff --git a/src/QGCPalette.h b/src/QGCPalette.h index 368867421c56b80925627b8311f1f41076cc6ee4..51cf85744e32ae1b011e3a793a4cd1bb9de66a6f 100644 --- a/src/QGCPalette.h +++ b/src/QGCPalette.h @@ -103,6 +103,7 @@ public: DEFINE_QGC_COLOR(alertBorder, setAlertBorder) DEFINE_QGC_COLOR(alertText, setAlertText) DEFINE_QGC_COLOR(missionItemEditor, setMissionItemEditor) + DEFINE_QGC_COLOR(hoverColor, setHoverColor) QGCPalette(QObject* parent = nullptr); ~QGCPalette();