Merge pull request #570 from somospocos/sync-raw
Sync _raw and full_text
This commit is contained in:
commit
afa1645e60
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue