infotext apply styles and fix progress bar

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-30 12:02:47 -04:00
parent d8e03bb855
commit f53ee29366
9 changed files with 18 additions and 5 deletions
+3
View File
@@ -368,6 +368,9 @@ class StyleDatabase:
return
for style in p.styles:
s = self.find_style(style)
if s == self.no_style:
shared.log.warning(f'Apply style: name="{style}" not found')
continue
apply_styles_to_extra(p, s)
def extract_comments(self, p):