mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2545 Move fields from public to private
This commit is contained in:
@@ -284,7 +284,7 @@ void RimStimPlanFractureTemplate::loadDataAndUpdate()
|
||||
|
||||
// Todo: Must update all views using this fracture template
|
||||
RimEclipseView* activeView = dynamic_cast<RimEclipseView*>(RiaApplication::instance()->activeReservoirView());
|
||||
if (activeView) activeView->fractureColors->loadDataAndUpdate();
|
||||
if (activeView) activeView->fractureColors()->loadDataAndUpdate();
|
||||
|
||||
updateConnectedEditors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user