From c44d056c242187ad721211bc097a8202f3e49648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Wed, 12 Mar 2014 11:42:17 +0100 Subject: respect style background color --- include/llmr/style/style.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llmr/style/style.hpp') diff --git a/include/llmr/style/style.hpp b/include/llmr/style/style.hpp index 2b7562244b..1b57521f85 100644 --- a/include/llmr/style/style.hpp +++ b/include/llmr/style/style.hpp @@ -52,6 +52,7 @@ public: // This are applied settings. std::set appliedClasses; struct { + BackgroundProperties background; std::map fills; std::map lines; std::map points; -- cgit v1.2.1