from retail
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -820,6 +820,7 @@ local function modify(parent, region, data)
|
||||
cloneId = cloneID,
|
||||
dataIndex = dataIndex,
|
||||
controlPoint = controlPoint,
|
||||
parent = region
|
||||
}
|
||||
|
||||
if childData.regionType == "text" then
|
||||
|
||||
Reference in New Issue
Block a user