mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 02:24:44 -04:00
Fixed Invert and Desaturate not working on the correct cel
This commit is contained in:
parent
186e2259ac
commit
585f83e28a
2 changed files with 1 additions and 2 deletions
|
@ -46,5 +46,4 @@ func _on_OptionButton_item_selected(_index : int) -> void:
|
|||
func _on_GradientDialog_confirmed() -> void:
|
||||
Global.canvas.handle_undo("Draw")
|
||||
DrawingAlgos.generate_gradient(current_cel, [color1.color, color2.color], steps.value, direction.selected)
|
||||
Global.canvas.update_texture(Global.current_project.current_layer)
|
||||
Global.canvas.handle_redo("Draw")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue