about summary refs log tree commit diff stats
path: root/icons.lua
diff options
context:
space:
mode:
Diffstat (limited to 'icons.lua')
-rw-r--r--icons.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/icons.lua b/icons.lua
index ddad704..bc4955b 100644
--- a/icons.lua
+++ b/icons.lua
@@ -10,6 +10,8 @@ end
 
 function icon.hyperlink_decoration(button_params)
   local x,y = button_params.x, button_params.y
+  -- hack: set the hyperlink color so that caller can draw the text of the
+  -- hyperlink in the same color
   App.color(Hyperlink_decoration_color)
   love.graphics.line(x,y+Editor_state.line_height, x+button_params.w,y+Editor_state.line_height)
 end