#3757 New feature to add a text annotation in the 3D view

This commit is contained in:
Jacob Støren
2018-11-30 14:29:46 +01:00
parent 92a45e959e
commit a9a5eaf604
8 changed files with 343 additions and 0 deletions

View File

@@ -475,6 +475,11 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
menuBuilder << "RicSelectColorResult";
}
}
else
{
menuBuilder.addSeparator();
menuBuilder << "RicCreateTextAnnotationIn3dViewFeature";
}
if (gridView)
{