We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a698668 commit 616bd91Copy full SHA for 616bd91
src/UI/Dialogs/ImageEffects/FlipImageDialog.gd
@@ -43,6 +43,8 @@ func _flip_image(cel: Image, affect_selection: bool, project: Project) -> void:
43
if flip_v.button_pressed:
44
selected.flip_y()
45
cel.blend_rect(selected, Rect2i(Vector2i.ZERO, selected.get_size()), rectangle.position)
46
+ if cel is ImageExtended:
47
+ cel.convert_rgb_to_indexed()
48
49
50
func _commit_undo(action: String, undo_data: Dictionary, project: Project) -> void:
0 commit comments