Sketcher: Force OVP visibility for offset and scale.

This commit is contained in:
paddle
2025-09-25 09:21:22 +02:00
committed by Chris Hennes
parent 56fa612271
commit 8003f950bd
4 changed files with 8 additions and 3 deletions

View File

@@ -51,7 +51,8 @@ class GuiExport EditableDatumLabel : public QObject
public:
enum class Function {
Positioning,
Dimensioning
Dimensioning,
Forced
};
EditableDatumLabel(View3DInventorViewer* view, const Base::Placement& plc, SbColor color, bool autoDistance = false, bool avoidMouseCursor = false);