03ddc51c4b9726e61aee48c8d1652994d3c8a0be
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
Description
No description provided
Languages
C++
96%
CMake
2.2%
Python
1.1%
C
0.7%