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:
@@ -1479,7 +1479,7 @@ void RiuMainWindow::slotToggleFaultLabelsAction(bool showLabels)
|
||||
RimEclipseView* activeRiv = dynamic_cast<RimEclipseView*>(RiaApplication::instance()->activeReservoirView());
|
||||
if (!activeRiv) return;
|
||||
|
||||
activeRiv->faultCollection->showFaultLabel.setValueWithFieldChanged(showLabels);
|
||||
activeRiv->faultCollection()->showFaultLabel.setValueWithFieldChanged(showLabels);
|
||||
|
||||
refreshDrawStyleActions();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user