SetJustifyV Error
nancikennedy opened this issue ยท 4 comments
On Retail (11.x), using OBG v1.35, getting the following error:
1x OpenableBeGone/Main.lua:222: bad argument #1 to 'SetJustifyV' (Usage: self:SetJustifyV(justifyV))
[string "=[C]"]: in function SetJustifyV' [string "@OpenableBeGone/Main.lua"]:222: in function
ShowMainFrame'
[string "@OpenableBeGone/Main.lua"]:76: in function `OnClick'
[string "@Bazooka/Bazooka.lua"]:1418: in function <Bazooka/Bazooka.lua:1415>
Locals:
(*temporary) = FontString {
}
(*temporary) = "CENTER"
Fix: Change the CENTER to MIDDLE, as CENTER is no longer a valid argument for SetJustifyV
Fixed in 60da4a0
I installed 1.37 and it looks like none of the changes have been included in that build. Am I incorrect in thinking they should be?