Focus fix for list

This commit is contained in:
Robert Jelic
2025-04-03 18:03:06 +02:00
parent 477d83d7b3
commit 5ccd201be0
2 changed files with 43 additions and 1 deletions

View File

@@ -147,8 +147,8 @@ function List:mouse_click(button, x, y)
self:fireEvent("mouse_click", button, x, y)
self:fireEvent("select", adjustedIndex, item)
self:updateRender()
return true
end
return true
end
return false
end