editor: Editor is not normally right aligned
This commit is contained in:
parent
9f4d13cd20
commit
972e6144fc
1 changed files with 0 additions and 1 deletions
|
|
@ -370,7 +370,6 @@ def main():
|
|||
if path_b is None:
|
||||
editor_ = editor.Editor(path_a)
|
||||
editor_.load(path_a)
|
||||
editor_.is_right_aligned = True
|
||||
else:
|
||||
editor_ = DiffEditor(path_a, path_b)
|
||||
asyncio.run(fill3.tui(PROJECT_NAME, editor_))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue