Linked Views: created access methods for viewController settings

The access methods now respects the active settings on both the ViewController
and the Toplevel.
This commit is contained in:
Jacob Støren
2015-09-25 09:39:42 +02:00
parent 8c63f4963b
commit c79a01f3b9
10 changed files with 181 additions and 98 deletions

View File

@@ -230,7 +230,7 @@ RimLegendConfig* RimEclipseCellColors::legendConfig()
void RimEclipseCellColors::updateIconState()
{
RimViewController* viewLink = RimViewLinker::viewLinkForView(m_reservoirView);
if (viewLink && viewLink->syncCellResult())
if (viewLink && viewLink->isResultColorControlled())
{
updateUiIconFromState(false);
}