Replies: 1 comment
-
Thanks for the report. Fixed via 84c7e9d
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I noticed that after calling reset() the line number margin shrinks a bit.
I solved the issue by adding:
events.connect(events.RESET_AFTER, resize_line_number_margin)
in the main init.lua file (line 170).
I hope it can be added to TA.
Beta Was this translation helpful? Give feedback.
All reactions