mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
in UpdateActorsAfterUpdateStudy() do not update actors
else an actor can switch to "node display mode"
This commit is contained in:
parent
81dd629345
commit
3801576eaf
@ -281,7 +281,7 @@ namespace SMESH
|
|||||||
_PTR(AttributePixMap) pixMap = attr;
|
_PTR(AttributePixMap) pixMap = attr;
|
||||||
toShow = ( pixMap->GetPixMap() != emptyIcon );
|
toShow = ( pixMap->GetPixMap() != emptyIcon );
|
||||||
}
|
}
|
||||||
smeshActor->Update();
|
//smeshActor->Update();
|
||||||
UpdateView( theWindow, toShow ? eDisplay : eErase, io->getEntry() );
|
UpdateView( theWindow, toShow ? eDisplay : eErase, io->getEntry() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user