MDI inactive close title button mouse over issue

This is really strange. The inactive window title close button seems to be picking up the wrong bits on mouse over. As you can see the same glyph works when not hovered over. I thought it may be an overlapping button but I verified all close buttons are at the same offset. What's even more strange are the max and min buttons work on inactive. I'm sure you guys are using the same code. If you inspect it closely it's the right button size as if the image is shifted.

2,343 views 2 replies
Reply #1 Top
NEVER MIND, USER ERROR!

I manually inspected the code (ini file) and saw other close buttons had 0,0 for size. For some reason this particular button had 18,18 size. I set to 0,0 and it works! It was really bothering me since I'm a developer too. I know you had to be using the same function.

Thanks for the code view, it's sometimes easier to work in there than the preview.
Reply #2 Top