about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index fcc65ee..60a0747 100644
--- a/main.lua
+++ b/main.lua
@@ -226,6 +226,10 @@ function App.draw()
     icon = icon.line_width,
     onpress1 = function() Line_width_hover = App.getTime() end,
   })
+  if Line_width_hover then
+    love.graphics.setColor(0.7,0.7,0.7)
+    love.graphics.line(Line_width,Margin_top+2, Line_width,App.screen.height)
+  end
 
   assert(Text.le1(Screen_top1, Cursor1))
   Cursor_y = -1