Replaced Widget::GraphicsSubgraph with GraphicsSubgraphMap to allow finer control of when the rendering subgraphs are done.
This commit is contained in:
@@ -97,7 +97,7 @@ void PushButton::createGraphicsImplementation()
|
||||
|
||||
style->setupClipStateSet(_extents, getOrCreateStateSet());
|
||||
|
||||
setGraphicsSubgraph(group.get());
|
||||
setGraphicsSubgraph(0, group.get());
|
||||
}
|
||||
|
||||
void PushButton::pressedImplementation()
|
||||
|
||||
Reference in New Issue
Block a user