Skip to content

Commit fc712a0

Browse files
committed
List does not have a mouse over state
1 parent 2872f77 commit fc712a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gooey/internal/list.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ end
122122

123123
local function handle_input(list, action_id, action, click_fn)
124124
local over_stencil = gui.pick_node(list.stencil, action.x, action.y)
125-
125+
list.over = over_stencil
126+
126127
local touch = action_id == actions.TOUCH
127128
local scroll_up = action_id == actions.SCROLL_UP
128129
local scroll_down = action_id == actions.SCROLL_DOWN

0 commit comments

Comments
 (0)