kcjengr / qtpyvcp

QtPyVCP - Qt and Python based Virtual Control Panel framework for LinuxCNC.
https://www.qtpyvcp.com
Other
88 stars 48 forks source link

BUG: Found shallow copy issue on mdi history #79

Closed joco-nz closed 3 years ago

joco-nz commented 3 years ago

A shallow copy of the framework STATUS mdi value list was being taken which meant changes to it were also happening to the framework managed list. Not what we wanted. This resulted in other changes being needed to support the potentially different list orders based on the mdi history natural-order flag.

TurBoss commented 3 years ago

Thanks!