Skip to content

Commit

Permalink
Update styleManager.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
thisdp committed Mar 8, 2020
1 parent cb2fd4c commit b4ce890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styleManager/styleManager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function dgsSetCurrentStyle(styleName)
styleSettings = customStyleSettings
return
else
for dgsType,settings in pairs(styleSettings) do
for dgsType,settings in pairs(customStyleSettings) do
if customStyleSettings[dgsType] then
if type(settings) == "table" then
for dgsProperty,value in pairs(settings) do
Expand Down

0 comments on commit b4ce890

Please sign in to comment.