godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.46k stars 21.07k forks source link

Pick tool on Atlas editor closes the editor without choosing the tile #92746

Open vgezer opened 4 months ago

vgezer commented 4 months ago

Tested versions

System information

Windows 11

Issue description

In Paint Property window (when TileSet selected), using picker tool closes the editor, instead of choosing the right tile. It works on TileMap window.

Steps to reproduce

1) Choose a TileMapLayer, 2) Open TileSet editor 3) Choose Paint tool 4) Choose Picker tool 5) Choose a tile from the map

https://github.com/godotengine/godot/assets/231068/0609f498-5293-4cab-a15e-8b44b5677eda

Minimal reproduction project (MRP)

tilebug.zip

AThousandShips commented 4 months ago

That button isn't for picking in the scene but picking a property in the tile editor, the tile set editor doesn't deal with tile maps

All it needs is a tooltip to make it clearer