From 54f3b94caf8218e84c909262345f328f8ee993b1 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sat, 12 Mar 2022 23:59:47 +1000 Subject: [PATCH] Fix horizontal scrollbar on left editor - Needed to flip the corner space to the left side to match the left scrollbar. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f1891dc..e5f9c81 100755 --- a/setup.py +++ b/setup.py @@ -18,4 +18,4 @@ setup(name="diff-edit", entry_points={"console_scripts": ["diff-edit=diff_edit:main"]}, install_requires=[ "pygments==2.10.0", "docopt==0.6.2", - "fill3 @ git+https://github.com/ahamilton/eris@v2022.02.23#subdirectory=fill3"]) + "fill3 @ git+https://github.com/ahamilton/eris@v2022.03.12#subdirectory=fill3"])