![]() Closes #27173 Problem: Active panes nested within axes were incorrectly receiving opacity overlays, while inactive panes in nested structures would get multiple overlays applied, making them appear darker than intended. Solution: I fixed this by distinguishing between leaf panes and axes in the rendering pipeline, applying overlays only to elements that are both leaf panes and not active, ensuring consistent visual treatment regardless of their position in the hierarchy. Release Notes: - Fixed an issue where `inactive_opacity` settings would be applied to panes multiple times and even to the active pane when nested within another pane. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |