diff options
| author | tassaron | 2017-06-25 19:38:58 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-25 19:38:58 -0400 |
| commit | 4eb2bc9a41f0c066cf3d6493c0b3c829e66dc74a (patch) | |
| tree | 7c858968be00b9dba7928d1155f4b3b266c8ae1f /src/components | |
| parent | 9fe370d472b84a693187316716bf7201df930b0c (diff) | |
preset delete, rename, save updates both windows
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/color.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
