Improved handling of icon enabled state

This commit is contained in:
Magne Sjaastad
2014-08-01 13:35:52 +02:00
parent c579c61404
commit 0550f9df8c
10 changed files with 20 additions and 17 deletions

View File

@@ -190,7 +190,7 @@ void RimWellCollection::fieldChangedByUi(const caf::PdmFieldHandle* changedField
{
if (&showWellLabel == changedField || &isActive == changedField)
{
this->updateUiIconFromState(isActive);
this->updateUiIconFromToggleField();
if (m_reservoirView)
{