slaclab / pydm

Python Display Manager
http://slaclab.github.io/pydm/
Other
111 stars 76 forks source link

MNT: Cleanup drawing lines class-structure #1073

Closed nstelter-slac closed 2 months ago

nstelter-slac commented 3 months ago

followup to https://github.com/slaclab/pydm/pull/1072

move shared code between line and polyline into base class, removes redundant code

also move polyline class up in file, so is right after line class (for easier reference imo)