Backgrounds: dont play with transparency, only use width/height to hide a shape.

This commit is contained in:
ItsLemmy
2025-11-09 20:30:55 -05:00
parent e13da1eaa2
commit a7af55a7cc
2 changed files with 12 additions and 8 deletions
@@ -77,7 +77,7 @@ ShapePath {
startX: panelX + tlRadius * tlMultX
startY: panelY
fillColor: (panel && panel.visible) ? backgroundColor : Color.transparent
fillColor: backgroundColor
// ========== PATH DEFINITION ==========
// Draws a rectangle with potentially inverted corners