AppFwk : Added concept of isUiTreeHidden and isUiTreeChildrenHidden

This commit is contained in:
Magne Sjaastad
2016-10-10 15:38:31 +02:00
parent c07f13d407
commit 8ae75b5f27
20 changed files with 94 additions and 49 deletions

View File

@@ -92,7 +92,7 @@ RimIntersection::RimIntersection()
inputFromViewerEnabled = false;
uiCapability()->setUiChildrenHidden(true);
uiCapability()->setUiTreeChildrenHidden(true);
}
//--------------------------------------------------------------------------------------------------