Merge pull request #811 from argonui/token-arranger-layout
Ensure the Bless Curse Manager triggers the Token Arranger (e.g. for Kohaku)
This commit is contained in:
commit
d91d4deb6c
@ -199,8 +199,6 @@ function callFunctions(type, isRightClick)
|
|||||||
else
|
else
|
||||||
addToken(type)
|
addToken(type)
|
||||||
end
|
end
|
||||||
|
|
||||||
tokenArrangerApi.layout()
|
|
||||||
end
|
end
|
||||||
|
|
||||||
---------------------------------------------------------
|
---------------------------------------------------------
|
||||||
@ -317,6 +315,7 @@ function removeToken(type)
|
|||||||
printToAll("Removing " .. type .. " token " .. formatTokenCount(type))
|
printToAll("Removing " .. type .. " token " .. formatTokenCount(type))
|
||||||
updateButtonLabels()
|
updateButtonLabels()
|
||||||
obj.destruct()
|
obj.destruct()
|
||||||
|
tokenArrangerApi.layout()
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user