Closed jpirnay closed 6 days ago
This PR adds right-click menu functionality to the contours list, allowing users to selectively delete contours based on various criteria. The implementation includes new event handling for right-clicks, menu creation with different deletion options, and improved visual feedback for selected contours.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Added right-click menu functionality for selective contour deletion |
|
meerk40t/gui/propertypanels/imageproperty.py |
Refactored contour list population logic |
|
meerk40t/gui/propertypanels/imageproperty.py |
Enhanced visual feedback for selected contours |
|
meerk40t/gui/propertypanels/imageproperty.py |
Summary by Sourcery
Add a right-click context menu to the contour list, enabling users to perform selective deletion of contours. Refactor the code to separate the logic for populating the contour list, enhancing code clarity.
New Features:
Enhancements: