Merge pull request #570 from somospocos/sync-raw

Sync _raw and full_text
This commit is contained in:
tobi-wan-kenobi 2020-03-06 07:01:32 +01:00 committed by GitHub
commit afa1645e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -450,6 +450,7 @@ class WidgetDrawer(object):
if width:
self._full_text = self._full_text.ljust(len(width) + len(self._prefix) + len(self._suffix))
raw = raw.ljust(len(width))
self.escape_amp()