summaryrefslogtreecommitdiff
path: root/media-gfx/fr0st/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-gfx/fr0st/files
reinit the tree, so we can have metadata
Diffstat (limited to 'media-gfx/fr0st/files')
-rw-r--r--media-gfx/fr0st/files/fr0st-1.4-colour.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/media-gfx/fr0st/files/fr0st-1.4-colour.patch b/media-gfx/fr0st/files/fr0st-1.4-colour.patch
new file mode 100644
index 000000000000..9fb17aadaab7
--- /dev/null
+++ b/media-gfx/fr0st/files/fr0st-1.4-colour.patch
@@ -0,0 +1,9 @@
+--- fr0stlib/gui/canvas.py~ 2011-05-14 19:58:25.000000000 +0200
++++ fr0stlib/gui/canvas.py 2016-02-20 17:47:25.853322560 +0100
+@@ -79,7 +79,7 @@
+
+ def SetBrush(self, FillColor, FillStyle):
+ r,g,b = FillColor
+- c = wx.Color(r,g,b, self.Opacity)
++ c = wx.Colour(r,g,b, self.Opacity)
+ self.Brush = wx.Brush(c)