#3756 Annotations. Moved files to subdirs

This commit is contained in:
Bjørn Erik Jensen
2018-11-27 09:26:30 +01:00
parent cdaa5e2af6
commit e578deb43c
26 changed files with 156 additions and 267 deletions

View File

@@ -55,7 +55,7 @@ void RicCreateUserDefinedPolylinesAnnotationFeature::onActionTriggered(bool isCh
auto coll = annotationCollection();
if (coll)
{
auto newAnnotation = new RimUserDefinedPolyLinesAnnotation();
auto newAnnotation = new RimUserDefinedPolylinesAnnotation();
coll->addAnnotation(newAnnotation);
coll->updateConnectedEditors();
RiuMainWindow::instance()->selectAsCurrentItem(newAnnotation);