mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4273 Plot Main Window : Avoid project tree is collapsed when formations are imported
This commit is contained in:
parent
935eaf7e59
commit
dbdac69cff
@ -90,11 +90,12 @@ void RicImportFormationNamesFeature::onActionTriggered(bool isChecked)
|
|||||||
if (ownerCase)
|
if (ownerCase)
|
||||||
{
|
{
|
||||||
ownerCase->setFormationNames(formationName);
|
ownerCase->setFormationNames(formationName);
|
||||||
|
ownerCase->updateConnectedEditors();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
proj->updateConnectedEditors();
|
fomNameColl->updateConnectedEditors();
|
||||||
|
|
||||||
if (formationName)
|
if (formationName)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user