mirror of https://github.com/kivy/kivy.git
Fixed effectwidget background color kwargs
This commit is contained in:
parent
bfaf12f23e
commit
33b60a43a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue