mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-07 10:59:49 +00:00
Fix bug where you couldn't resize the selection after pasting
This commit is contained in:
parent
64e9d14a0e
commit
5e1c9dc73b
|
@ -601,6 +601,8 @@ func paste() -> void:
|
||||||
self.big_bounding_rectangle = clipboard.big_bounding_rectangle
|
self.big_bounding_rectangle = clipboard.big_bounding_rectangle
|
||||||
project.selection_offset = clipboard.selection_offset
|
project.selection_offset = clipboard.selection_offset
|
||||||
|
|
||||||
|
temp_bitmap = project.selection_bitmap
|
||||||
|
temp_rect = big_bounding_rectangle
|
||||||
is_moving_content = true
|
is_moving_content = true
|
||||||
is_pasting = true
|
is_pasting = true
|
||||||
original_preview_image = clipboard.image
|
original_preview_image = clipboard.image
|
||||||
|
|
Loading…
Reference in a new issue