MikeSchulze / gdUnit4

A Godot Unit Test Framework. Support for GDScript and C# unit testing
MIT License
565 stars 30 forks source link

GD-559: add inspector directory collapse toggling #560

Closed poohcom1 closed 1 month ago

poohcom1 commented 1 month ago

Implements #559

https://github.com/user-attachments/assets/ed68cdd0-5873-4f08-b18f-9507487ccdba

Why

Double clicking on a directory in the inspector does nothing currently, and causes an error. IMO the expected behavior here should be to toggle collapse on the tree item.

What

MikeSchulze commented 1 month ago

Thanks for fixing this bug