mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
infotext apply styles and fix progress bar
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user