EditableDatumLabel : Fix issue where the spinbox would get in the way of the cursor for angle. For example line angle.

This commit is contained in:
Paddle
2023-11-06 22:39:30 +01:00
committed by abdullahtahiriyo
parent f8be4d5f45
commit fc472601e4
3 changed files with 19 additions and 4 deletions

View File

@@ -467,7 +467,8 @@ protected:
viewer,
placement,
colorManager.dimConstrDeactivatedColor,
/*autoDistance = */ true))
/*autoDistance = */ true,
/*avoidMouseCursor = */ true))
.get();
QObject::connect(parameter, &Gui::EditableDatumLabel::valueChanged, [=](double value) {