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

CAD Objects: Delete before Close-Polygon cross-pollutes areas #4

Open
we7u opened this issue Aug 4, 2016 · 2 comments
Open

CAD Objects: Delete before Close-Polygon cross-pollutes areas #4

we7u opened this issue Aug 4, 2016 · 2 comments
Assignees

Comments

@we7u
Copy link
Member

we7u commented Aug 4, 2016

If draw one polygon, closing it, then draw another, but don't close, then delete that second one and start drawing a third: The third will attach to the first. Deleting should probably force a close.

@we7u
Copy link
Member Author

we7u commented May 8, 2019

Areas to look at:
src/objects.c:Draw_CAD_Objects_erase_selected()
src/objects.c:Draw_CAD_Objects_erase()
src/objects.c:Draw_CAD_Objects_close_polygon()

@we7u
Copy link
Member Author

we7u commented Jun 5, 2019

Deleting should force a close of the previous polygon, as well as trying to start a new polygon.

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

No branches or pull requests

2 participants