Merge pull request #112 from FoamyGuy/property_fix

fix for access non-existing _root_group
This commit is contained in:
Dan Halbert 2025-07-28 11:01:34 -04:00 committed by GitHub
commit 149d4f3292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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