mirror of
https://github.com/kepler155c/opus
synced 2025-10-26 21:27:40 +00:00
ui improvements
This commit is contained in:
@@ -143,7 +143,7 @@ function Browser.grid:eventHandler(event)
|
||||
if event.type == 'copy' then -- let copy be handled by parent
|
||||
return false
|
||||
end
|
||||
return UI.Grid.eventHandler(self, event)
|
||||
return UI.ScrollingGrid.eventHandler(self, event)
|
||||
end
|
||||
|
||||
function Browser.statusBar:draw()
|
||||
|
||||
Reference in New Issue
Block a user