From 24da4bd7037d9a70246cae0ced0aa10e67f476d9 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Mon, 10 May 2021 19:59:55 +0300 Subject: [PATCH] Fix selection resizing not keeping the original bitmap after gizmo release --- src/UI/Canvas/Selection.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Canvas/Selection.gd b/src/UI/Canvas/Selection.gd index d1af2f1d1..b3ba2ada4 100644 --- a/src/UI/Canvas/Selection.gd +++ b/src/UI/Canvas/Selection.gd @@ -108,9 +108,9 @@ func _input(event : InputEvent) -> void: Global.has_focus = false mouse_pos_on_gizmo_drag = Global.canvas.current_pixel dragged_gizmo = gizmo - temp_bitmap = Global.current_project.selection_bitmap if !is_moving_content: temp_rect = big_bounding_rectangle + temp_bitmap = Global.current_project.selection_bitmap if Input.is_action_pressed("alt"): undo_data = _get_undo_data(false) else: