fix for access non-existing _root_group

This commit is contained in:
foamyguy 2025-07-28 09:57:52 -05:00
parent 7aa6fb8eca
commit 489255e6b8

View file

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