mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Backgrounds: dont play with transparency, only use width/height to hide a shape.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user