mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:04:43 -04:00
Put a transparent checker background to RotateImage dialog
Also made it extend the ImageEffect class.
This commit is contained in:
parent
e88b62ea44
commit
b52a7c224a
4 changed files with 49 additions and 49 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue