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 mdi naturalorder delete #87

Closed joco-nz closed 2 years ago

joco-nz commented 2 years ago

Updates to: [1] mdi_history widget to both correctly select a line after one is deleted and to ensure the correct row index is being selected.

[2] status plugin to add protection to the history delete function so that it can not try and delete an index that is not in range.

NB: Should also be applied to upstream py3.

TurBoss commented 2 years ago

thanks