From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- media-gfx/fr0st/files/fr0st-1.4-colour.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 media-gfx/fr0st/files/fr0st-1.4-colour.patch (limited to 'media-gfx/fr0st/files') 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) -- cgit v1.2.3