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