Round of general fixes
This commit is contained in:
@@ -555,7 +555,7 @@ end
|
||||
DF:SetFontSize(warning1, 14)
|
||||
local animationHub = DF:CreateAnimationHub(warning1)
|
||||
local anim1 = DF:CreateAnimation(animationHub, "rotation", 1, 0, 35)
|
||||
anim1:SetEndDelay(math.huge)
|
||||
anim1:SetEndDelay(10000000)
|
||||
anim1:SetSmoothProgress(1)
|
||||
animationHub:Play()
|
||||
animationHub:Pause()
|
||||
|
||||
@@ -2057,6 +2057,7 @@ function Details:HandleTextsOnMouseClick(row, type)
|
||||
end
|
||||
|
||||
local setBarValue = function(self, value)
|
||||
value = Clamp(value, 0, 100)
|
||||
self.statusbar:SetValue(value)
|
||||
self.statusbar.value = value
|
||||
if (self.using_upper_3dmodels) then
|
||||
|
||||
Reference in New Issue
Block a user