diff --git a/data/core/docview.lua b/data/core/docview.lua index 1cdc89a..371f9c3 100644 --- a/data/core/docview.lua +++ b/data/core/docview.lua @@ -330,7 +330,7 @@ function DocView:draw_line_gutter(idx, x, y) color = style.line_number2 end local yoffset = self:get_line_text_y_offset() - x = style.padding.x + x = x + style.padding.x renderer.draw_text(self:get_font(), idx, x, y + yoffset, color) end