mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
Add on_style_change to every component
Empty default style is now valid. Every component have their default style values. Removed style function checks
This commit is contained in:
@@ -69,7 +69,7 @@ end
|
||||
-- @function druid.set_default_style
|
||||
-- @tparam table style Druid style module
|
||||
function M.set_default_style(style)
|
||||
settings.default_style = style
|
||||
settings.default_style = style or {}
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user