mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-22 16:39:27 +01:00
Fix some OtterGui changes.
This commit is contained in:
parent
d247f83e1d
commit
4b9870f090
6 changed files with 6 additions and 20 deletions
|
|
@ -81,7 +81,7 @@ public class ResourceTab(Configuration config, ResourceManagerService resourceMa
|
|||
return;
|
||||
|
||||
var address = $"0x{(ulong)r:X}";
|
||||
ImGuiUtil.TextNextColumn($"0x{hash:X8}");
|
||||
ImGuiUtil.DrawTableColumn($"0x{hash:X8}");
|
||||
ImGui.TableNextColumn();
|
||||
ImGuiUtil.CopyOnClickSelectable(address);
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ public class ResourceTab(Configuration config, ResourceManagerService resourceMa
|
|||
|
||||
ImGuiUtil.HoverTooltip("Click to copy byte-wise file data to clipboard, if any.");
|
||||
|
||||
ImGuiUtil.TextNextColumn(r->RefCount.ToString());
|
||||
ImGuiUtil.DrawTableColumn(r->RefCount.ToString());
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue