diff --git a/README.md b/README.md index 532ccae30..ddeb846a0 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ E.g., if it was used in a menu and the menu is red, the circle would be red. ## Changelog ### **WORK IN PROGRESS** * (foxriver76) fixed issue that last image is never shown in image8 widget +* (foxriver76) make it possible to click through signal image if in front of widget ### 2.9.32 (2024-02-16) * (foxriver76) implemented buttons to show or hide all views in views manager diff --git a/src/src/Vis/visRxWidget.tsx b/src/src/Vis/visRxWidget.tsx index f01be2bdf..4560c0d13 100644 --- a/src/src/Vis/visRxWidget.tsx +++ b/src/src/Vis/visRxWidget.tsx @@ -802,6 +802,8 @@ class VisRxWidget> extends VisBaseWidget { left: `${parseInt(this.state.rxData[`signals-horz-${index}`], 10) || 0}%`, zIndex: 10, textAlign: 'center', + // make it possible to click through signal if in front of widget + pointerEvents: 'none', }; if (icon) { const imageStyle = {