Skip to content
Snippets Groups Projects
Commit a91cec9b authored by Matevz Tadel's avatar Matevz Tadel
Browse files

Propagate bounding-box changes from projection-manager to axis-painter.

git-svn-id: http://root.cern.ch/svn/root/trunk@21887 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3743a411
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,12 @@ void TEveProjectionManager::ProjectChildren()
ProjectChildrenRecurse(this);
for (List_i i=fDependentEls.begin(); i!=fDependentEls.end(); ++i) {
TAttBBox* bbox = dynamic_cast<TAttBBox*>(*i);
if (bbox)
bbox->ComputeBBox();
}
List_t scenes;
CollectSceneParentsFromChildren(scenes, 0);
gEve->ScenesChanged(scenes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment