mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user