summaryrefslogtreecommitdiff
path: root/media-gfx/fr0st/files
diff options
context:
space:
mode:
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)