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:
@@ -467,7 +467,8 @@ protected:
|
||||
viewer,
|
||||
placement,
|
||||
colorManager.dimConstrDeactivatedColor,
|
||||
/*autoDistance = */ true))
|
||||
/*autoDistance = */ true,
|
||||
/*avoidMouseCursor = */ true))
|
||||
.get();
|
||||
|
||||
QObject::connect(parameter, &Gui::EditableDatumLabel::valueChanged, [=](double value) {
|
||||
|
||||
Reference in New Issue
Block a user