diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-11-06 13:54:02 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-11-07 14:24:32 +0100 |
commit | 8025d1075db0779bde635148f6e38303eb29d6c8 (patch) | |
tree | 64dce4cc00fa55edba0ab7d2522e13473e6ef3c4 /src/Body.cpp | |
parent | f8b3a9d055bfc0e4bb9e9a570ccc8853ec38a225 (diff) |
Formatted text with color in matrix, monospace for codeblocks
Diffstat (limited to 'src/Body.cpp')
-rw-r--r-- | src/Body.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Body.cpp b/src/Body.cpp index 5de0c56..32d5dd5 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -883,7 +883,7 @@ namespace QuickMedia { } else { body_item->description_text = std::make_unique<Text>(body_item->get_description(), false, std::floor(get_config().body.description_font_size * get_config().scale * get_config().font_scale), width, true); } - body_item->description_text->set_color(body_item->get_description_color()); + body_item->description_text->set_color(body_item->get_description_color(), body_item->force_description_color); body_item->description_text->updateGeometry(); } |