aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mapper/MapperRegistry.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-03-06 16:31:22 +0800
committercrupest <crupest@outlook.com>2022-03-06 16:31:22 +0800
commitafc40737f2dc990f4805342e52e2be128f161808 (patch)
tree0c9afd442ba670e95d3d0d087708ec0befbc71ed /src/ui/mapper/MapperRegistry.cpp
parent1ddea64a948eca27f17a99f8601d737636be872b (diff)
downloadcru-afc40737f2dc990f4805342e52e2be128f161808.tar.gz
cru-afc40737f2dc990f4805342e52e2be128f161808.tar.bz2
cru-afc40737f2dc990f4805342e52e2be128f161808.zip
...
Diffstat (limited to 'src/ui/mapper/MapperRegistry.cpp')
-rw-r--r--src/ui/mapper/MapperRegistry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/mapper/MapperRegistry.cpp b/src/ui/mapper/MapperRegistry.cpp
index f599c1ed..a8cb4157 100644
--- a/src/ui/mapper/MapperRegistry.cpp
+++ b/src/ui/mapper/MapperRegistry.cpp
@@ -14,6 +14,7 @@
#include "cru/ui/mapper/style/BorderStylerMapper.h"
#include "cru/ui/mapper/style/CheckedConditionMapper.h"
#include "cru/ui/mapper/style/ClickStateConditionMapper.h"
+#include "cru/ui/mapper/style/ContentBrushStylerMapper.h"
#include "cru/ui/mapper/style/CursorStylerMapper.h"
#include "cru/ui/mapper/style/FocusConditionMapper.h"
#include "cru/ui/mapper/style/HoverConditionMapper.h"
@@ -49,6 +50,7 @@ MapperRegistry::MapperRegistry() {
RegisterMapper(new BorderStylerMapper());
RegisterMapper(new CheckedConditionMapper());
RegisterMapper(new ClickStateConditionMapper());
+ RegisterMapper(new ContentBrushStylerMapper());
RegisterMapper(new CursorStylerMapper());
RegisterMapper(new FocusConditionMapper());
RegisterMapper(new HoverConditionMapper());