Show tooltipe for tools line intersect axis and curve intersect axis.
--HG-- branch : develop
This commit is contained in:
parent
870fcd973c
commit
6d22fa5f00
|
@ -190,6 +190,7 @@ void DialogCurveIntersectAxis::ChosenObject(quint32 id, const SceneObject &type)
|
|||
{
|
||||
number++;
|
||||
line->VisualMode(id);
|
||||
connect(line, &VisToolCurveIntersectAxis::ToolTip, this, &DialogTool::ShowVisToolTip);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
|
@ -204,6 +204,7 @@ void DialogLineIntersectAxis::ChosenObject(quint32 id, const SceneObject &type)
|
|||
{
|
||||
number++;
|
||||
line->VisualMode(id);
|
||||
connect(line, &VisToolLineIntersectAxis::ToolTip, this, &DialogTool::ShowVisToolTip);
|
||||
}
|
||||
break;
|
||||
case (1):
|
||||
|
|
Loading…
Reference in New Issue
Block a user