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

Undo/redo fails when used during the creation of a polygon #130

Open
kotetsu-n opened this issue Apr 2, 2021 · 5 comments
Open

Undo/redo fails when used during the creation of a polygon #130

kotetsu-n opened this issue Apr 2, 2021 · 5 comments
Labels
bitmap-editor Is about the bitmap editor bug Something isn't working

Comments

@kotetsu-n
Copy link

Hi, thank you for developing such a great tool. But I have encountered a problem. As I have written in title, the layers which already set for each label sometimes can be reset suddenly (reset means to go to background layer). Do you know why it happens? Also, can I change the layer of multiple labels at the same time?
Thanks,

@dmandrioli dmandrioli added bitmap-editor Is about the bitmap editor support Is a Q&A thread labels Apr 2, 2021
@dmandrioli
Copy link
Member

Thanks!
Unfortunately it's difficult to figure out what's going on about the reset of your labelling layer.
For your second question, you can't change the layer of multiple labels at the same time because it's not possible to select multiple polygons.

@kotetsu-n
Copy link
Author

kotetsu-n commented Apr 2, 2021

Thanks, I understand. In terms of my first question, I could reproduce it. When I want to add a new label on/around the labels already exist using rectangle tool or polygon tool, it sometimes results to add some vertices to the label already exists. At that time, the number of the object on the status bar doesn't increase but the number of the points increases. Then, at that time, if you hit Undo button, all labels go to background layer. If you can reproduce it, it would be great if you could modify it.

@dmandrioli
Copy link
Member

Thanks for this clear explanation, I just reproduced your problem easily. And I already know how I will fix it :)
I will disable undo/redo during creation of a new polygon as it does not really make sense. Actually to remove the last point(s) of a polygon you are creating, you can press ESC.
Hope this helps and thanks for reporting.

@dmandrioli dmandrioli changed the title Layers are sometimes reset suddenly Undo/redo fails when used during the creation of a polygon Apr 2, 2021
@dmandrioli dmandrioli added bug Something isn't working and removed support Is a Q&A thread labels Apr 2, 2021
@kotetsu-n
Copy link
Author

I see, thanks!

@dmandrioli
Copy link
Member

Reopening to track the bug fix.

@dmandrioli dmandrioli reopened this Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bitmap-editor Is about the bitmap editor bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants