Merge pull request #3651 from willmofield/eveditor-justify-help-typo
Fix default justify behaviour in EvEditor
This commit is contained in:
commit
05d082edd5
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ class CmdEditorGroup(CmdEditorBase):
|
||||||
+ " [f]ull (default), [c]enter, [r]right or [l]eft"
|
+ " [f]ull (default), [c]enter, [r]right or [l]eft"
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
align = align_map[self.arg1.lower()] if self.arg1 else "f"
|
align = align_map[self.arg1.lower()] if self.arg1 else "l"
|
||||||
width = _DEFAULT_WIDTH
|
width = _DEFAULT_WIDTH
|
||||||
if self.arg2:
|
if self.arg2:
|
||||||
value = self.arg2.lstrip("=")
|
value = self.arg2.lstrip("=")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue