monster860 / FastDMM

A robust BYOND map editor
GNU General Public License v3.0
36 stars 16 forks source link

Copy + Paste selection is acting like Cut + Paste #37

Closed ZeWaka closed 4 years ago

ZeWaka commented 7 years ago

How to reproduce:

  1. Select turf with objs on it.
  2. Go to select mode and select the tile.
  3. Right click and click copy selection.
  4. Mouse over to a new tile, right click, and press paste.
  5. Your original selected objs and turf are gone, like they were 'cut'.

Used Version: 0.6 prerelease

monster860 commented 7 years ago

I cannot seem to reproduce this issue on 0.6. Here's what I did:

  1. I selected a turf with objs on it in select mode
  2. Right clicked, it, copy
  3. Pasted somewhere else
  4. Nothing happened to the original
ZeWaka commented 7 years ago

Video

Cut seems to perform as intended and deletes the target tile as soon as you press cut. However, copy deletes the source once you 'paste' it down.

monster860 commented 7 years ago

I see what's going on, you clicked the selection twice. You only want to click the selection once. Anyways, I'll see about fixing this issue properly, but to have this work properly, do not left click the selection after you have made it