mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3757 New feature to add a text annotation in the 3D view
This commit is contained in:
@@ -475,6 +475,11 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
|
||||
menuBuilder << "RicSelectColorResult";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
menuBuilder.addSeparator();
|
||||
menuBuilder << "RicCreateTextAnnotationIn3dViewFeature";
|
||||
}
|
||||
|
||||
if (gridView)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user