summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Utility/StudioPreferences.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Utility/StudioPreferences.cpp')
-rw-r--r--src/Authoring/Client/Code/Core/Utility/StudioPreferences.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Authoring/Client/Code/Core/Utility/StudioPreferences.cpp b/src/Authoring/Client/Code/Core/Utility/StudioPreferences.cpp
index c0105760..9d2bc13b 100644
--- a/src/Authoring/Client/Code/Core/Utility/StudioPreferences.cpp
+++ b/src/Authoring/Client/Code/Core/Utility/StudioPreferences.cpp
@@ -1669,6 +1669,7 @@ void CStudioPreferences::setQmlContextProperties(QQmlContext *qml)
qml->setContextProperty(QStringLiteral("_studioColor2"), s_studioColor2);
qml->setContextProperty(QStringLiteral("_studioColor3"), s_studioColor3);
qml->setContextProperty(QStringLiteral("_backgroundColor"), s_backgroundColor);
+ qml->setContextProperty(QStringLiteral("_buttonDownColor"), s_ButtonDownColor.getQColor());
qml->setContextProperty(QStringLiteral("_guideColor"), s_guideColor);
qml->setContextProperty(QStringLiteral("_selectionColor"), s_selectionColor);
qml->setContextProperty(QStringLiteral("_textColor"), s_textColor);