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:
parent
562c6ad8ac
commit
7d83c5a06a
@ -314,6 +314,19 @@ void RimViewController::updateOverrides()
|
||||
void RimViewController::removeOverrides()
|
||||
{
|
||||
removeOverrides(m_managedView);
|
||||
|
||||
RimEclipseView* manEclView = managedEclipseView();
|
||||
RimGeoMechView* manGeoView = managedGeoView();
|
||||
|
||||
if (manGeoView)
|
||||
{
|
||||
manGeoView->updateIconStateForFilterCollections();
|
||||
}
|
||||
|
||||
if (manEclView)
|
||||
{
|
||||
manEclView->updateIconStateForFilterCollections();
|
||||
}
|
||||
}
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user