mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed missing update of icons during removeOverrides()
This commit is contained in:
@@ -314,6 +314,19 @@ void RimViewController::updateOverrides()
|
|||||||
void RimViewController::removeOverrides()
|
void RimViewController::removeOverrides()
|
||||||
{
|
{
|
||||||
removeOverrides(m_managedView);
|
removeOverrides(m_managedView);
|
||||||
|
|
||||||
|
RimEclipseView* manEclView = managedEclipseView();
|
||||||
|
RimGeoMechView* manGeoView = managedGeoView();
|
||||||
|
|
||||||
|
if (manGeoView)
|
||||||
|
{
|
||||||
|
manGeoView->updateIconStateForFilterCollections();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (manEclView)
|
||||||
|
{
|
||||||
|
manEclView->updateIconStateForFilterCollections();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user