mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
Fix ImRaii.TabItem
This commit is contained in:
parent
eaadd3d136
commit
0fd4cfee68
1 changed files with 1 additions and 2 deletions
|
|
@ -156,8 +156,7 @@ public static partial class ImRaii
|
|||
nativeLabelStackBytes[nativeLabelOffset] = 0;
|
||||
|
||||
var ret = ImGui.BeginTabItem(nativeLabelStackBytes, null, flags);
|
||||
|
||||
return new EndConditionally(ImGui.EndTabItem, true);
|
||||
return new EndConditionally(ImGui.EndTabItem, ret);
|
||||
}
|
||||
|
||||
public static IEndObject TabItem(string label, ref bool open)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue