diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index efc31fd..501a30b 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -149,7 +149,7 @@ class Bar: ''' return self.font.query_text_extents(text).overall_width - def draw_text(self, x, y, descent, text): + def draw_text(self, x, y, descent, text): ## TODO fix support for text longer than 255 symbols ''' Draw a text |