Implemented scheme for making sure nested widgest overdraw parent widgets graphics

This commit is contained in:
Robert Osfield
2014-05-23 15:00:49 +00:00
parent 55c2041d4d
commit cca18e82e8
6 changed files with 30 additions and 14 deletions

View File

@@ -86,5 +86,7 @@ void Popup::createGraphicsImplementation()
_transform->addChild( style->createPanel(_extents, dialogBackgroundColor) );
style->setupDialogStateSet(getOrCreateStateSet());
setGraphicsSubgraph(_transform.get());
}