mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 21:24:18 +01:00
Make imc attribute letter tooltip appear on disabled.
This commit is contained in:
parent
f7adc83d63
commit
ecd5752d16
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ public readonly struct ImcModGroupEditDrawer(ModGroupEditDrawer editor, ImcModGr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ImUtf8.HoverTooltip("ABCDEFGHIJ"u8.Slice(i, 1));
|
ImUtf8.HoverTooltip(ImGuiHoveredFlags.AllowWhenDisabled, "ABCDEFGHIJ"u8.Slice(i, 1));
|
||||||
if (i != 9)
|
if (i != 9)
|
||||||
ImUtf8.SameLineInner();
|
ImUtf8.SameLineInner();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue