Do you want to work on this issue?
You can request for a bounty in order to promote it!
Option to show unrounded cursor cell coordinates #3677
patchuby posted onGitHub
Is your feature request related to a problem? Please describe. I use cell based coordinates in my game data or tiled object properties because they're usually more human friendly. And I use the mouse coordinate info on the bottom left to give me those coordinates. But since they're rounded, I usually have estimate how much into a cell the cursor is, if I want sub-cell coordinates. Since I'm doing isometric maps, there is the added difficulty of know the direction of the x & y axis (I'm still not used to it !). <img width="46" alt="image" src="https://user-images.githubusercontent.com/9586594/234979429-25e6cda9-e53b-4ff5-b3bf-12653f0b6586.png">
Describe the solution you'd like Have an option in the settings to round or not the cursor cell coordinates shown in the bottom left.