We don't need toolTip after we finished creation of CubicBezierPath.
--HG-- branch : feature
This commit is contained in:
@ -275,6 +275,11 @@ void VisToolCubicBezierPath::RefreshToolTip()
|
|||||||
{
|
{
|
||||||
Visualization::toolTip = tr("<b>Curved path</b>: select more points for complete segment");
|
Visualization::toolTip = tr("<b>Curved path</b>: select more points for complete segment");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mode == Mode::Show)
|
||||||
|
{
|
||||||
|
Visualization::toolTip = "";
|
||||||
|
}
|
||||||
emit ToolTip(Visualization::toolTip);
|
emit ToolTip(Visualization::toolTip);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user