This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Pop open the normal Skada configuration, and set the tooltip placement to anything other than "default" (for example, "topright").2. Mouse over the additional buttons.
What is the expected output? What do you see instead?Expected that the tooltips added by SkadaWindowButtons would appear in the same place as the other Skada tooltips. Instead, they appear in the default GameTooltip position (in my case, this is on the other side of the screen).
What version of the product are you using?r11-beta
Please provide any additional information below.Instead of calling GameTooltip_SetDefaultAnchor() in the OnEnter handler for each button, it might be enough to use the base Skada:SetTooltipPosition() routine. I haven't looked closely though.
To post a comment, please login or register a new account.