mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +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 {
|
||||
id: parameterTooltip
|
||||
|
||||
// Position in y at mouse position
|
||||
y: parameterMA.mouseY + 10
|
||||
|
||||
text: {
|
||||
var tooltip = ""
|
||||
if (!object.validValue && object.desc.errorMessage !== "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue