fix for access non-existing _root_group
This commit is contained in:
parent
7aa6fb8eca
commit
489255e6b8
1 changed files with 1 additions and 1 deletions
|
|
@ -184,4 +184,4 @@ class GraphicsBase:
|
||||||
"WARNING: splash is deprecated, use root_group instead. "
|
"WARNING: splash is deprecated, use root_group instead. "
|
||||||
"This will be removed in a future release."
|
"This will be removed in a future release."
|
||||||
)
|
)
|
||||||
return self.display._root_group
|
return self.display.root_group
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue