From 8025d1075db0779bde635148f6e38303eb29d6c8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 6 Nov 2022 13:54:02 +0100 Subject: Formatted text with color in matrix, monospace for codeblocks --- src/BodyItem.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/BodyItem.cpp') diff --git a/src/BodyItem.cpp b/src/BodyItem.cpp index dfd6302..64d18d4 100644 --- a/src/BodyItem.cpp +++ b/src/BodyItem.cpp @@ -72,6 +72,9 @@ namespace QuickMedia { title_color = other.title_color; author_color = other.author_color; description_color = other.description_color; + force_title_color = other.force_title_color; + force_description_color = other.force_description_color; + force_author_color = other.force_author_color; extra = other.extra; keep_alive_frames = other.keep_alive_frames; selectable = other.selectable; -- cgit v1.2.3