[AttributeItemDelegate] Position the attribute description tooltip under the mouse position to be sure it doesn't slide on the screen

This commit is contained in:
Aurore LAFAURIE 2024-09-12 15:21:13 +02:00
parent e077e8cb36
commit 2186a61fd8

View file

@ -74,6 +74,9 @@ RowLayout {
ToolTip {
id: parameterTooltip
// Position in y at mouse position
y: parameterMA.mouseY + 10
text: {
var tooltip = ""
if (!object.validValue && object.desc.errorMessage !== "")