fixed sketchpad defaults

This commit is contained in:
Abubakar Abid 2020-08-15 04:30:15 -05:00
parent bb4c999a03
commit 637aae10ce

View File

@ -255,6 +255,7 @@ class Image(InputComponent):
self.image_mode = image_mode
self.source = source
self.type = type
self.invert_colors = invert_colors
super().__init__(label)
@classmethod