mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29: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
|
||||
project.selection_offset = clipboard.selection_offset
|
||||
|
||||
temp_bitmap = project.selection_bitmap
|
||||
temp_rect = big_bounding_rectangle
|
||||
is_moving_content = true
|
||||
is_pasting = true
|
||||
original_preview_image = clipboard.image
|
||||
|
|
Loading…
Reference in a new issue