editor: Editor is not normally right aligned

This commit is contained in:
Andrew Hamilton 2022-01-22 17:17:25 +10:00
parent 9f4d13cd20
commit 972e6144fc

View file

@ -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_))