Skip to content

Fix zoomed-in slab selection at 4K resolution#4838

Merged
Loobinex merged 2 commits into
dkfans:masterfrom
rainlizard:fix-zoomed-in-tagging
May 26, 2026
Merged

Fix zoomed-in slab selection at 4K resolution#4838
Loobinex merged 2 commits into
dkfans:masterfrom
rainlizard:fix-zoomed-in-tagging

Conversation

@rainlizard
Copy link
Copy Markdown
Contributor

@rainlizard rainlizard commented May 25, 2026

  1. Set your resolution to 3840x2160
  2. Go to the bottom right of the map. (so the second half of coordinates)
  3. Zoom all the way in.
  4. You'll have trouble moving your cursor around on slabs.

The variables just weren't large enough to handle the coordinates. Instead of long they needed to be long long, so I've just used int64_t.

@rainlizard rainlizard marked this pull request as draft May 25, 2026 18:17
@rainlizard rainlizard changed the title Fix selection box while zoomed in Fix zoomed-in slab selection at 4K resolution May 26, 2026
@rainlizard rainlizard marked this pull request as ready for review May 26, 2026 07:03
@Loobinex Loobinex merged commit 58abbc1 into dkfans:master May 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants