You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed significant issues while trying to execute click scripts on bracketed items. It almost seems like the click is happening on the bracket itself and possibly not the item.
Clicking multiple times or across the items to find a "sweet spot" works mostly.
The text was updated successfully, but these errors were encountered:
In this function I first get the bar item by its wid (which is only the pixel perfect rendering region without the transparent regions) and if that fails I get the item by its bounding rectangle. In a bracket the second step is never executed, as it will instead register the click for the bracket wid if the cursor is not perfectly above the rendering of a bracketed item.
Should be a fairly easy fix, will take care of this as soon as I can.
I've noticed significant issues while trying to execute click scripts on bracketed items. It almost seems like the click is happening on the bracket itself and possibly not the item.
Clicking multiple times or across the items to find a "sweet spot" works mostly.
The text was updated successfully, but these errors were encountered: