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

TileMap button does not appear when TileMap is first clicked, if a custom plugin handles it #73533

Closed
KoBeWi opened this issue Feb 17, 2023 · 1 comment · Fixed by #74039
Closed

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Feb 17, 2023

Godot version

4.0 rc2

System information

Windows 10 x64

Issue description

Likely caused by #71770 and follow-ups

godot_ByPZdMw3oX.mp4

I have a plugin that handles TileMaps. When I first click a TileMap, the TileMap editor does not appear (likely due to my plugin). Subsequent clicks show the editor properly.

It did not happen before. Might apply to other plugins.
It's a minor regression though and I'm opening it mostly to keep track.

Steps to reproduce

  1. Have a plugin that _handles() TileMap
  2. Click TileMap
  3. No TileMaps appear at the bottom
  4. Deselect TileMap
  5. Click it again

Minimal reproduction project

TileMapPluginBug.zip

@akien-mga
Copy link
Member

Fixed by #74039.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants