Skip to content
Commit 08ec1897 authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

Fix LSPTooltip sizing

This was broken since forever but got a lot worse since the wayland
fixes. One reason it was broken was because document->height() equaled
zero and hence our tooltip had always zero height. An adjustSize helped
make it visible but the resulting size wasn't very good.

This change fixes it more properly by taking into account various
margins etc.

(cherry picked from commit c758176c)
parent 7769934c
Pipeline #106337 passed with stage
in 4 minutes and 50 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment