1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-07 11:03:02 +00:00

ui improvements

This commit is contained in:
kepler155c@gmail.com
2017-10-03 00:50:54 -04:00
parent c0baa00668
commit 8e381d3ebf
10 changed files with 393 additions and 228 deletions

View File

@@ -53,7 +53,7 @@ return function(args)
function selectFile:enable(path, fn)
self:setPath(path)
self.fn = fn
UI.Page.enable(self)
UI.Dialog.enable(self)
end
function selectFile:setPath(path)
@@ -133,7 +133,7 @@ return function(args)
UI:setPreviousPage()
self.fn()
else
return UI.Page.eventHandler(self, event)
return UI.Dialog.eventHandler(self, event)
end
return true
end