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 4e20c25839
commit 95e6699a3e
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) {