From 8feaf146f426792ab4664012071c344a61afba05 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 30 Apr 2025 12:12:30 +0300 Subject: =?UTF-8?q?fixes=20#5006=20(NewStory:=20=D0=BF=D1=80=D0=BE=D0=BF?= =?UTF-8?q?=D0=B0=D0=BB=D0=B0=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=86=D0=B2=D0=B5=D1=82=D0=B0=20=D0=BD=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/history_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src/history_control.cpp') 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); } -- cgit v1.2.3