mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Fix font corruption caused by Font Awesome icon button in Data window
This commit is contained in:
parent
79ce2fff0a
commit
49abb19673
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ internal class FontAwesomeTestWidget : IDataWindowWidget
|
|||
Task.FromResult(
|
||||
Service<TextureManager>.Get().CreateTextureFromSeString(
|
||||
ReadOnlySeString.FromText(this.icons[i].ToIconString()),
|
||||
new() { Font = ImGui.GetFont(), FontSize = ImGui.GetFontSize() })));
|
||||
new() { Font = ImGui.GetFont(), FontSize = ImGui.GetFontSize(), ScreenOffset = Vector2.Zero })));
|
||||
}
|
||||
|
||||
ImGui.PopFont();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue