From 20704446ecdeb95e2b58bd8a7c5cfae45214c2a8 Mon Sep 17 00:00:00 2001 From: Sophia Hadash <sophiahadash@gmail.com> Date: Sun, 22 Aug 2021 17:52:02 +0200 Subject: [PATCH] Bump theme xml version from 6 to 7. --- es-core/src/ThemeData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/ThemeData.cpp b/es-core/src/ThemeData.cpp index 37ab3c274..cbf4b8742 100644 --- a/es-core/src/ThemeData.cpp +++ b/es-core/src/ThemeData.cpp @@ -226,7 +226,7 @@ std::map<std::string, std::map<std::string, ThemeData::ElementPropertyType>> The {"zIndex", FLOAT}}}}; #define MINIMUM_THEME_FORMAT_VERSION 3 -#define CURRENT_THEME_FORMAT_VERSION 6 +#define CURRENT_THEME_FORMAT_VERSION 7 // Helper. unsigned int getHexColor(const std::string& str)