Another round of polishing

This commit is contained in:
Tercio Jose
2024-03-04 21:40:46 -03:00
parent b1a7c5e278
commit a155ec56a3
27 changed files with 677 additions and 270 deletions
+1 -1
View File
@@ -727,7 +727,7 @@ function DF:NewSplitBar (parent, container, name, member, w, h)
end
if (name:find("$parent")) then
local parentName = DF.GetParentName(parent)
local parentName = DF:GetParentName(parent)
name = name:gsub("$parent", parentName)
end