jawa0 / aish3

AI LLM Agent with memories
Apache License 2.0
3 stars 1 forks source link

Fix crash when saving workspace due to missing z_order attribute #96

Closed mentatbot[bot] closed 3 months ago

mentatbot[bot] commented 3 months ago

This commit addresses the issue where the application crashes when saving the workspace (Ctrl+S) due to an unhandled exception related to the missing 'z_order' attribute in the GUIContainer class. The following changes were made:

These changes ensure that the 'z_order' attribute is properly handled, preventing the crash when saving the workspace.

Closes #95