Merge pull request #112 from FoamyGuy/property_fix
fix for access non-existing _root_group
This commit is contained in:
commit
149d4f3292
1 changed files with 1 additions and 1 deletions
|
|
@ -184,4 +184,4 @@ class GraphicsBase:
|
|||
"WARNING: splash is deprecated, use root_group instead. "
|
||||
"This will be removed in a future release."
|
||||
)
|
||||
return self.display._root_group
|
||||
return self.display.root_group
|
||||
|
|
|
|||
Loading…
Reference in a new issue