from retail

This commit is contained in:
Bunny67
2020-09-16 12:21:03 +03:00
parent 9d8f4960b7
commit 2c393172f8
5 changed files with 81 additions and 42 deletions
+3
View File
@@ -351,6 +351,9 @@ local barPrototype = {
if (self.additionalBarsClip) then
startProgress = max(0, min(1, startProgress));
endProgress = max(0, min(1, endProgress));
else
startProgress = max(-10, min(11, startProgress));
endProgress = max(-10, min(11, endProgress));
end
if ((endProgress - startProgress) == 0) then
+1
View File
@@ -820,6 +820,7 @@ local function modify(parent, region, data)
cloneId = cloneID,
dataIndex = dataIndex,
controlPoint = controlPoint,
parent = region
}
if childData.regionType == "text" then