From 4eb2bc9a41f0c066cf3d6493c0b3c829e66dc74a Mon Sep 17 00:00:00 2001 From: tassaron Date: Sun, 25 Jun 2017 19:38:58 -0400 Subject: preset delete, rename, save updates both windows --- src/components/color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/color.py') diff --git a/src/components/color.py b/src/components/color.py index 253ac83..8a994db 100644 --- a/src/components/color.py +++ b/src/components/color.py @@ -152,7 +152,7 @@ class Component(__base__.Component): brush = QtGui.QLinearGradient( self.LG_start, self.LG_start, - self.LG_start+width/3, + self.LG_end+width/3, self.LG_end) elif self.fillType == 2: # Radial Gradient -- cgit v1.2.3