kcjengr / qtpyvcp

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

DROLineEdit stops updating when being edited. #73

Closed FranseFrikandel closed 3 years ago

FranseFrikandel commented 3 years ago

Resolves issue #72.

DROLineEdit will stop updating when user starts editing, until either the commanded position changes or the user presses the escape key with the lineEdit in focus.

TurBoss commented 3 years ago

Thanks @FranseFrikandel