Files
dota_factory/docs
Malte Langkabel 03ddc51c4b place a tooltip beside the pointer, not under it
The tooltip's top-left corner sat on the pointer, so the pixel the pointer
rested on belonged to the tooltip's own window: the next click on a build
button went to the tooltip, which ignores it, and never reached the button.

It now stands one pixel to the right of the pointer, flipping to its left
where the screen has no room. That clearance is horizontal only, which
leaves the tooltip free to shift up as far as it must -- the build button
bar sits at the bottom of the view, and clamping its tooltips back onto the
screen was pushing them over the pointer again.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ne3mejABZoLWKLh8fgpM3x
2026-08-20 12:20:49 +02:00
..
2026-07-02 21:36:42 +02:00