mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Set style parameter of CompileSeStringWrapped to default (#1991)
This commit is contained in:
parent
c721069b08
commit
fc7b1f222d
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ public static class ImGuiHelpers
|
|||
[Experimental("SeStringRenderer")]
|
||||
public static SeStringDrawResult CompileSeStringWrapped(
|
||||
string text,
|
||||
scoped in SeStringDrawParams style,
|
||||
scoped in SeStringDrawParams style = default,
|
||||
ImGuiId imGuiId = default,
|
||||
ImGuiButtonFlags buttonFlags = ImGuiButtonFlags.MouseButtonDefault) =>
|
||||
Service<SeStringRenderer>.Get().CompileAndDrawWrapped(text, style, imGuiId, buttonFlags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue