- added '/details wipe' slash command.

This commit is contained in:
Tercio
2015-08-11 17:11:46 -03:00
parent fb6620c9e5
commit 48f0f2ec26
5 changed files with 131 additions and 11 deletions
+1 -1
View File
@@ -720,7 +720,7 @@ function DetailsDropDownOnMouseDown (button)
end
end
if (object.myvaluelabel and currentIndex) then
if (object.myvaluelabel and currentIndex and scrollFrame.slider:IsShown()) then
object.scroll:SetValue (max ((currentIndex*20) - 80, 0))
else
object.scroll:SetValue (0)