diff options
-rw-r--r-- | plugins/tabnumbers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tabnumbers.lua b/plugins/tabnumbers.lua index f729e0c..1656100 100644 --- a/plugins/tabnumbers.lua +++ b/plugins/tabnumbers.lua @@ -23,6 +23,6 @@ function Node:draw_tabs(...) color = style.accent end -- renderer.draw_rect(x, y + h - 1, free_real_estate, 1, color) - common.draw_text(style.font, color, tostring(i), "center", x, y, free_real_estate, h) + common.draw_text(style.font, color, number, "center", x, y, free_real_estate, h) end end |