- Second pass on Patch 8.0.1
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
embeds.xml
|
||||
#@end-no-lib-strip@
|
||||
|
||||
load.xml
|
||||
load.xml
|
||||
|
||||
+1
-1
@@ -59,4 +59,4 @@ function DF:CreateAddOn (name, global_saved, global_table, options_table, broker
|
||||
|
||||
return addon
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
+1
-1
@@ -1176,4 +1176,4 @@ function DF:NewColorPickButton (parent, name, member, callback, alpha, button_te
|
||||
|
||||
return button
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
+1
-1
@@ -39,4 +39,4 @@
|
||||
</Scripts>
|
||||
|
||||
</Button>
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
+1
-1
@@ -164,4 +164,4 @@ do
|
||||
["yellow"] = {1, 1, 0, 1},
|
||||
["yellowgreen"] = {0.603922, 0.803922, 0.196078, 1}
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
+1
-1
@@ -3143,4 +3143,4 @@ function DF:CreateCoolTip()
|
||||
|
||||
end
|
||||
|
||||
DF:CreateCoolTip()
|
||||
DF:CreateCoolTip()
|
||||
|
||||
+1
-1
@@ -315,4 +315,4 @@
|
||||
|
||||
<Script file="cooltip.lua"/>
|
||||
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
+1
-1
@@ -15,4 +15,4 @@
|
||||
<Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>
|
||||
<Script file="Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua"/>
|
||||
<Script file="Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua"/>
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
+1
-1
@@ -2124,4 +2124,4 @@ end
|
||||
|
||||
|
||||
--doo elsee
|
||||
--was doing double loops due to not enought height
|
||||
--was doing double loops due to not enought height
|
||||
|
||||
+1
-1
@@ -120,4 +120,4 @@ function DF:NewHelp (parent, width, height, x, y, buttonWidth, buttonHeight, nam
|
||||
|
||||
return help
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
+1
-1
@@ -325,4 +325,4 @@ function DF:NewLabel (parent, container, name, member, text, font, size, color,
|
||||
end
|
||||
|
||||
return LabelObject
|
||||
end
|
||||
end
|
||||
|
||||
+1
-1
@@ -22,4 +22,4 @@
|
||||
|
||||
<Script file="pictureedit.lua"/>
|
||||
<Script file="auras.lua"/>
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
@@ -95,4 +95,4 @@
|
||||
</OnLoad>
|
||||
</Scripts>
|
||||
</StatusBar>
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
+1
-1
@@ -29,4 +29,4 @@
|
||||
|
||||
</Frame>
|
||||
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
+1
-1
@@ -295,4 +295,4 @@ function DF:NewImage (parent, texture, w, h, layer, coords, member, name)
|
||||
setmetatable (ImageObject, ImageMetaFunctions)
|
||||
|
||||
return ImageObject
|
||||
end
|
||||
end
|
||||
|
||||
@@ -598,4 +598,4 @@ window:Hide()
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ function DF:NewScrollBar (master, slave, x, y)
|
||||
self.precionado = false
|
||||
self:SetScript ("OnUpdate", nil)
|
||||
end)
|
||||
--> isso aqui pra quando o slider ativar, o scroll fica na posição zero
|
||||
--> isso aqui pra quando o slider ativar, o scroll fica na posi��o zero
|
||||
botao_cima:SetScript ("OnEnable", function (self)
|
||||
local current = new_slider:GetValue()
|
||||
if (current == 0) then
|
||||
@@ -232,4 +232,4 @@ function DF:NewScrollBar (master, slave, x, y)
|
||||
end
|
||||
|
||||
return new_slider
|
||||
end
|
||||
end
|
||||
|
||||
+1
-1
@@ -1216,4 +1216,4 @@ function DF:NewSlider (parent, container, name, member, w, h, min, max, step, de
|
||||
|
||||
return SliderObject, with_label
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
@@ -618,4 +618,4 @@ function DF:NewSplitBar (parent, container, name, member, w, h)
|
||||
_setmetatable (SplitBarObject, SplitBarMetaFunctions)
|
||||
|
||||
return SplitBarObject
|
||||
end
|
||||
end
|
||||
|
||||
@@ -79,4 +79,4 @@
|
||||
</Scripts>
|
||||
|
||||
</StatusBar>
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
@@ -879,7 +879,7 @@ local AutoComplete_OnEnterPressed = function (editboxWidget)
|
||||
editboxWidget:SetCursorPosition (editboxWidget.end_selection)
|
||||
editboxWidget:HighlightText (0, 0)
|
||||
editboxWidget.end_selection = nil
|
||||
--editboxWidget:Insert (" ") --estava causando a adição de uma palavra a mais quando o próximo catactere for um espaço
|
||||
--editboxWidget:Insert (" ") --estava causando a adi��o de uma palavra a mais quando o pr�ximo catactere for um espa�o
|
||||
else
|
||||
if (editboxWidget:IsMultiLine()) then
|
||||
editboxWidget:Insert ("\n")
|
||||
@@ -950,7 +950,7 @@ local AutoComplete_OnChar = function (editboxWidget, char, capsule)
|
||||
return
|
||||
end
|
||||
|
||||
--reseta a palavra se acabou de ganhar focus e apertou espaço
|
||||
--reseta a palavra se acabou de ganhar focus e apertou espa�o
|
||||
if (editboxWidget.focusGained and char == " ") then
|
||||
capsule.lastword = ""
|
||||
editboxWidget.focusGained = nil
|
||||
@@ -2433,4 +2433,4 @@ DF.AutoCompleteAPI = {
|
||||
"tinsert", -- [1318]
|
||||
}
|
||||
|
||||
-- endp
|
||||
-- endp
|
||||
|
||||
@@ -59,4 +59,4 @@
|
||||
</EditBox>
|
||||
</ScrollChild>
|
||||
</ScrollFrame>
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
@@ -244,4 +244,4 @@
|
||||
</Frame>
|
||||
</Frames>
|
||||
</Frame>
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
Reference in New Issue
Block a user