save, reload, should be good to go. You won't have a fixed font size anymore, small price to pay to have the tooltip back however.
Not really sure what the underlying problem is, I'll let the script devs work that out ;)
that worked for me!
looking forward to an update of the extremely useful script :)
See my stats: http://poestatistics.com/users/wiraqucha/
Seems not updated for whatever reason: http://exilestats.com/account.php?id=265406
Discontinued profile: http://exilestats.com/account.php?id=40468
Figured out another workaround that seems to restore full functionality - I'm not versed at all in AHK scripts nor the ins and out of Windows, so no guarantees on whether this breaks anything.
Open POE-ItemInfo.ahk, find the section "ShowToolTip(String)" around line #5475.
Find the line "ToolTip, %String%, X - 135, Y + 35" and add additional lines so it reads:
"
ToolTip, %String%, X - 135, Y + 35
Fonts.SetFixedFont()
ToolTip, %String%, X - 135, Y + 35
Find the line "ToolTip, %String%, XCoord, YCoord" and add additional lines so it reads:
Figured out another workaround that seems to restore full functionality - I'm not versed at all in AHK scripts nor the ins and out of Windows, so no guarantees on whether this breaks anything.
Open POE-ItemInfo.ahk, find the section "ShowToolTip(String)" around line #5475.
Find the line "ToolTip, %String%, X - 135, Y + 35" and add additional lines so it reads:
"
ToolTip, %String%, X - 135, Y + 35
Fonts.SetFixedFont()
ToolTip, %String%, X - 135, Y + 35
Find the line "ToolTip, %String%, XCoord, YCoord" and add additional lines so it reads: