Fixed effectwidget background color kwargs

This commit is contained in:
Alexander Taylor 2014-07-11 17:25:32 +01:00
parent bfaf12f23e
commit 33b60a43a8
1 changed files with 1 additions and 0 deletions

View File

@ -661,6 +661,7 @@ class EffectWidget(RelativeLayout):
background_color=self._refresh_background_color)
self.refresh_fbo_setup()
self._refresh_background_color() # In case thi was changed in kwargs
def _refresh_background_color(self, *args):
self._background_color.rgba = self.background_color