mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02: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