Alexander Rubtsov
Alexander Rubtsov
I added tab title rename logic It allows you to rename tabs without affecting tab node paths as it is now To be honest, this solution looks bad. If you...
You cannot rename a tab without breaking node paths that include this node now
After docks rearrangement, sometimes min size for a dock ignores on height resize Example:  godot 4.3 beta [Project example](https://github.com/Lemonbrush/GodotDialogComposer/tree/reorderable-container-break-example)
Tried on 4.2.2 and 4.3 beta It seems like the method _notification(what: int) in the split_handle file calls MOUSE_ENTER and MOUSE_EXIT events sequentially at the same time. I fixed that...
Here is my code. For some reason it does not change the exe's icon ``` name: Test exe icon export on: [push] jobs: export-game: runs-on: ubuntu-latest name: Export Game steps:...