Libraries update

This commit is contained in:
Tercio Jose
2024-08-16 13:34:59 -03:00
committed by andrew6180
parent 16fd6de6f9
commit 214f0b2d88
6 changed files with 59 additions and 18 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ detailsFramework.TooltipHandlerMixin = {
if (tooltipText and tooltipText ~= "") then
GameCooltip:Preset(2)
GameCooltip:AddLine(tooltipText)
GameCooltip:ShowRoundedCorner()
--GameCooltip:ShowRoundedCorner() --disabled rounded corners by default
GameCooltip:ShowCooltip(getFrame(self), "tooltip")
end
end,