mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[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:
parent
e077e8cb36
commit
2186a61fd8
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ RowLayout {
|
||||||
ToolTip {
|
ToolTip {
|
||||||
id: parameterTooltip
|
id: parameterTooltip
|
||||||
|
|
||||||
|
// Position in y at mouse position
|
||||||
|
y: parameterMA.mouseY + 10
|
||||||
|
|
||||||
text: {
|
text: {
|
||||||
var tooltip = ""
|
var tooltip = ""
|
||||||
if (!object.validValue && object.desc.errorMessage !== "")
|
if (!object.validValue && object.desc.errorMessage !== "")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue