mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Debug Tools: Tweaked layout of ID Stack Tool and always display full path. (#4631)
This commit is contained in:
parent
fcec08f7ae
commit
119dfbc627
4 changed files with 30 additions and 25 deletions
|
|
@ -2030,6 +2030,7 @@ struct ImGuiIDStackTool
|
|||
ImVector<ImGuiStackLevelInfo> Results;
|
||||
bool CopyToClipboardOnCtrlC;
|
||||
float CopyToClipboardLastTime;
|
||||
ImGuiTextBuffer ResultPathBuf;
|
||||
|
||||
ImGuiIDStackTool() { memset(this, 0, sizeof(*this)); CopyToClipboardLastTime = -FLT_MAX; }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue