#4407 Make sure we convert fontInScene from point size to enum value from old registry settings

This commit is contained in:
Gaute Lindkvist
2019-05-13 15:46:31 +02:00
parent 45c5a950a4
commit b824f1d75f
5 changed files with 18 additions and 2 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ public:
FONT_SIZE_14,
FONT_SIZE_16,
FONT_SIZE_24,
FONT_SIZE_32
FONT_SIZE_32,
MAX_FONT_SIZE = FONT_SIZE_32
};
typedef caf::AppEnum<FontSize> FontSizeType;