diff options
| -rw-r--r-- | plugins/NewStory/src/history_control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 207972c5f7..53e001979a 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -735,7 +735,7 @@ static void recursive_set_color(element::ptr el, const web_color &fore, const ba el->css_w().set_color(fore);
for (auto &it : el->children())
- if (it->tag() != _a_)
+ if (it->tag() != _a_ && it->tag() != _font_)
recursive_set_color(it, fore, back);
}
|
