### Godot version v4.1.1.stable.official ### System information Godot v4.1.1.stable - macOS 13.2.1 - Vulkan (Forward+) - integrated Apple M1 Max - Apple M1 Max (10 Threads) ### Issue description Clicking slightly above the horizontal center of a line in the script editor causes the cursor to incorrectly move to the line above. https://github.com/godotengine/godot/assets/47328621/9a4e0768-ae80-486c-82db-7805cca7abac  ### Steps to reproduce 1. Navigate to a script with some text in it. 2. Click on a line in the script editor slightly above the horizontal center of the line. 3. Observe that the cursor is placed on the line above the one that was clicked, rather than on the line where the click occurred. ### Minimal reproduction project N/A