mattekure
March 2nd, 2024, 18:34
One of my extensions adds a bitmapwidget to tokens. In both the current live and test build, when the bitmap widget is applied, it seems to disable the ability to mouse over the token icons which normally shows a popup of the effect. In the code I am using to set the bitmapwidget, I am sending it to back and setEnabled(false). But it still seems to be interfering with the mouseover event. Is there anything else I can do to make it so it wont interfere with mousing over the icons placed on the token?
Code used:
https://i.imgur.com/LMLxvg1.png
Normal Behavior, my bitmapwidget not applied, mouse over one of the icons and effect tooltip appears, cursor not captured in image
https://i.imgur.com/qp5HYBa.png
Behavior with my bitmapwidget applied, mouse over one of the icons, effect tooltip does not appear, cursor not captured in image.
https://i.imgur.com/z918sYu.png
Code used:
https://i.imgur.com/LMLxvg1.png
Normal Behavior, my bitmapwidget not applied, mouse over one of the icons and effect tooltip appears, cursor not captured in image
https://i.imgur.com/qp5HYBa.png
Behavior with my bitmapwidget applied, mouse over one of the icons, effect tooltip does not appear, cursor not captured in image.
https://i.imgur.com/z918sYu.png