Fix crash in camera dialog

This commit is contained in:
Sean Davis 2018-08-06 06:38:21 -04:00
parent 37671fddb5
commit 051a20fb4e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class CameraBox(GtkClutter.Embed):
background_layer = Clutter.Actor.new() background_layer = Clutter.Actor.new()
background_layer.props.background_color = \ background_layer.props.background_color = \
Clutter.Color.from_string("Black")[0] Clutter.Color.from_string("Black")[1]
background_layer.props.x = 0 background_layer.props.x = 0
background_layer.props.y = 0 background_layer.props.y = 0
background_layer.props.width = 100 background_layer.props.width = 100