SE-Projekt-LED-Detection / LED-Detection

LED-Detection is a tool for observing state leds on PCBs using a document camera.
MIT License
2 stars 2 forks source link

Active circle different types #49

Closed olfarmer closed 2 years ago

olfarmer commented 2 years ago

The variable active circle in EditHandler can be of different types. This works but is probably not best practice.

This also removes the need of setting the variable to None when switching the CreationState as it is currently done.