Commit f671f975 authored by Michal Čihař's avatar Michal Čihař

Wrap long line

parent f4a2fef5
...@@ -187,7 +187,8 @@ class Widget(object): ...@@ -187,7 +187,8 @@ class Widget(object):
outline=COLOR_DATA[self.color]['border'] outline=COLOR_DATA[self.color]['border']
) )
def render_text(self, text, lang_text, base_font_size, bold_font, pos_x, pos_y): def render_text(self, text, lang_text, base_font_size, bold_font,
pos_x, pos_y):
# Use language variant if desired # Use language variant if desired
if self.lang is not None and lang_text is not None: if self.lang is not None and lang_text is not None:
text = lang_text text = lang_text
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment