Comment 2 for bug 1772392

Revision history for this message
Thomas Pointhuber (pointhi) wrote :

I did a first implementation of this issue to add status popups to segments and circles.

To achieve this I used the Arc implementation as a blueprint and found out that draw segment lacks a geometric manager. My current implementation of the geometric manager is tied to the visualization part, but I suspect the geometric manager is normally used for more parts of the drawing step.

I didn't want to break anything, so I did not changed the drawSegment Implementation to use the geometric manager for more fundamental things. In the future this should probably be adopted.

Patches can also be found on: https://github.com/pointhi/kicad-source-mirror/commits/status-popup

(Please note, there is another commit in this repo which fixes some spelling issues in the ARC_ASSISTANT)