mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Set cursor back if displaying x,y,z
This commit is contained in:
committed by
Mat Sutcliffe
parent
812619470b
commit
e47dea2967
@@ -125,6 +125,10 @@ namespace BlackGui
|
||||
ui->le_X->setText(QString::number(v[0]));
|
||||
ui->le_Y->setText(QString::number(v[1]));
|
||||
ui->le_Z->setText(QString::number(v[2]));
|
||||
ui->le_X->home(false);
|
||||
ui->le_Y->home(false);
|
||||
ui->le_Z->home(false);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user