From 6f6f45df26a6904a43fd05ac85f986a4c6068d88 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 25 Oct 2018 12:12:40 +0200 Subject: [PATCH] #3549 Temporary LGR : Reload data in view --- ApplicationCode/Commands/RicCreateTemporaryLgrFeature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/Commands/RicCreateTemporaryLgrFeature.cpp b/ApplicationCode/Commands/RicCreateTemporaryLgrFeature.cpp index 22a6705c7e..15e9678fa7 100644 --- a/ApplicationCode/Commands/RicCreateTemporaryLgrFeature.cpp +++ b/ApplicationCode/Commands/RicCreateTemporaryLgrFeature.cpp @@ -149,7 +149,7 @@ void RicCreateTemporaryLgrFeature::onActionTriggered(bool isChecked) if (eclipseView) { eclipseView->scheduleReservoirGridGeometryRegen(); - eclipseView->scheduleCreateDisplayModelAndRedraw(); + eclipseView->loadDataAndUpdate(); } }