Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TileSet with TileMap handling #80462

Merged

Conversation

KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented Aug 9, 2023

Fixes #80399
Regression from #74717

The PR force-edited the TileSet when the edited TileMap had one which, aside from still causing the error it tried to fixed, caused also the linked issue + clearing the TileSet in TileMap did not properly close the editor.

This PR makes the TileSet edited without using the standard editor's API. You can still "properly edit" the TileSet when you unfold the inspector property; it does not interfere with what TileMap plugin does.

@KoBeWi KoBeWi force-pushed the tfw_your_bugfix_makes_things_worse branch from 5376d3c to f02133a Compare August 9, 2023 21:50
@akien-mga akien-mga merged commit 013e8e3 into godotengine:master Aug 9, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@KoBeWi KoBeWi deleted the tfw_your_bugfix_makes_things_worse branch August 10, 2023 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TileSet options get hidden after every change
2 participants