Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level editor copy - paste not working #841

Open
AndyHOvine opened this issue Feb 24, 2024 · 2 comments
Open

Level editor copy - paste not working #841

AndyHOvine opened this issue Feb 24, 2024 · 2 comments

Comments

@AndyHOvine
Copy link
Collaborator

I can't get the copy paste tools working in the level editor:
image

  • Copy lets me select an area but the paste stamp it creates is blank
  • Cut seems to just erase as you select the area and then the paste stamp is black
  • Paste button uses the above I assume
  • Rotate appears to just clear the screen

Tested with my Vic 20 EMU project which you have a copy of, can send over again if needed. Level editor size is 16x16.

@AndyHOvine
Copy link
Collaborator Author

Mostly working in latest fix, although colour of items is not coming with it (in my case I see mutlicolour characters instead of the hires colour of the copied original)

@BigJinge
Copy link

The copy only displays correctly if clicking on top left of the part of the image to copy, then dragging to bottom right.

If you try dragging bottom left to top right, it appears to show to bottom part of the grab at the top then shows the same amount of pixels beneath and across. Same behaviour with bottom right to top left and top right to bottom left.

That it looks liek the copy routine uses the first click as top left regardless of where the mouse moves next. The distance x and y travels creates that same view of x pixels to the right of the first click and y pixels below of the first click.

This is using 0.17.150 on Windows 11 with Window painter mode set to qtimage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants