mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
3d Well Log Curves (#2784): call createDisplayModelAndRedraw...() when adding LAS and RFT curves.
* Causes the parts to be created and added to the model. * This is already done when adding extraction curves.
This commit is contained in:
parent
c5e58df751
commit
765b170efd
@ -57,6 +57,7 @@ void RicAdd3dWellLogFileCurveFeature::onActionTriggered(bool isChecked)
|
||||
|
||||
rim3dWellLogFileCurve->setDefaultFileCurveDataInfo();
|
||||
|
||||
RiaApplication::instance()->project()->createDisplayModelAndRedrawAllViews();
|
||||
RiaApplication::instance()->project()->updateConnectedEditors();
|
||||
|
||||
Riu3DMainWindowTools::selectAsCurrentItem(rim3dWellLogFileCurve);
|
||||
|
@ -60,6 +60,7 @@ void RicAdd3dWellLogRftCurveFeature::onActionTriggered(bool isChecked)
|
||||
Rim3dWellLogRftCurve* rim3dWellLogRftCurve = new Rim3dWellLogRftCurve();
|
||||
selectedWellPath->add3dWellLogCurve(rim3dWellLogRftCurve);
|
||||
|
||||
RiaApplication::instance()->project()->createDisplayModelAndRedrawAllViews();
|
||||
RiaApplication::instance()->project()->updateConnectedEditors();
|
||||
|
||||
Riu3DMainWindowTools::selectAsCurrentItem(rim3dWellLogRftCurve);
|
||||
|
Loading…
Reference in New Issue
Block a user