mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix hidden nodes preventing native tooltips from propogating
This commit is contained in:
parent
b26550eea9
commit
48e60a7a5d
1 changed files with 5 additions and 0 deletions
|
|
@ -232,6 +232,11 @@ public sealed unsafe class DtrBar : IDisposable, IServiceType, IDtrBar
|
||||||
data.TextNode->AtkResNode.SetPositionFloat(runningXPos, 2);
|
data.TextNode->AtkResNode.SetPositionFloat(runningXPos, 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// If we want the node hidden, shift it up, to prevent collision conflicts
|
||||||
|
data.TextNode->AtkResNode.SetY(-collisionNode->Height);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue