Fix for Attribute menu on top screen

Fixes the position of the attribute menu overlapping the buttons when the direction is changed because too close to the edge of the screen
This commit is contained in:
Flamanis
2022-01-25 00:43:11 -06:00
committed by GitHub
parent 285ef27e41
commit d5bfd1cd62
+2 -4
View File
@@ -8980,11 +8980,9 @@ local atributo_on_enter = function (self, motion, forced, from_click)
_detalhes:FormatCooltipBackdrop()
_detalhes:SetMenuOwner (self, instancia)
if (instancia.toolbar_side == 2) then --bottom
GameCooltip:SetOption ("HeightAnchorMod", 0)
end
GameCooltip:ShowCooltip (self)
GameCooltip:ShowCooltip ()
end
local atributo_on_leave = function (self, motion, forced, from_click)