mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-18 18:06:44 +00:00
support vertical slider
This commit is contained in:
@@ -27,6 +27,9 @@ function Style:getProperty (object, property, original)
|
||||
local rule = rules[lookupValue]
|
||||
if rule then
|
||||
local value = self:getProperty(rule, property, original)
|
||||
if type(value) == 'function' then
|
||||
value = value(original)
|
||||
end
|
||||
if value ~= nil then return value end
|
||||
end
|
||||
end -- lookup values
|
||||
|
||||
Reference in New Issue
Block a user