mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2664 Fix missing update when creating curve
This commit is contained in:
parent
d44ffbc1b5
commit
584c1084c0
@ -62,6 +62,8 @@ void RicAdd3dWellLogCurveFeature::onActionTriggered(bool isChecked)
|
||||
|
||||
selectedWellPath->add3dWellLogCurve(rim3dWellLogExtractionCurve);
|
||||
|
||||
RiaApplication::instance()->project()->createDisplayModelAndRedrawAllViews();
|
||||
|
||||
RiaApplication::instance()->project()->updateConnectedEditors();
|
||||
|
||||
Riu3DMainWindowTools::selectAsCurrentItem(rim3dWellLogExtractionCurve);
|
||||
|
Loading…
Reference in New Issue
Block a user