Put a transparent checker background to RotateImage dialog

Also made it extend the ImageEffect class.
This commit is contained in:
OverloadedOrama 2020-08-26 17:49:46 +03:00
parent e88b62ea44
commit b52a7c224a
4 changed files with 49 additions and 49 deletions

View file

@ -38,6 +38,8 @@ func _about_to_show() -> void:
Export.blend_layers(current_frame, frame)
if selection_checkbox:
_on_SelectionCheckBox_toggled(selection_checkbox.pressed)
else:
update_preview()
update_transparent_background_size()