Add scroll signal

This commit is contained in:
Ksaper 2023-02-25 02:23:22 +02:00
parent c45e64b795
commit af15c9bc7a
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ local function scroll(self, dir)
if can_scroll then
local app = gtable.cycle_value(self:get_grid().children, self._private.active_widget, step_size)
app:select()
self:emit_signal("scroll", dir)
else
if_cant_scroll_func()
end