So i wanted to redesign my character window to make it show more relevant stats to the user. Worked out fine so far, but I have one problem left I can't seem to figure out how to address.
First off, here's a screenshot of the problem:
What I tried so far:
I changed the following code at CWndCharacterDetail2, but it seems to not affect the tooltip positions:
PHP Code:
rectHittest[0].SetRect( 10, 140, 160, 153 );
rectHittest[1].SetRect( 10, 155, 160, 168 );
rectHittest[2].SetRect( 10, 170, 160, 183 );
rectHittest[3].SetRect( 10, 185, 160, 198 );
rectHittest[4].SetRect( 10, 200, 160, 213 );
Thanks in advance.






