Debug Tools: Tweaked layout of ID Stack Tool and always display full path. (#4631)
This commit is contained in:
@@ -2030,6 +2030,7 @@ struct ImGuiIDStackTool
|
||||
ImVector<ImGuiStackLevelInfo> Results;
|
||||
bool CopyToClipboardOnCtrlC;
|
||||
float CopyToClipboardLastTime;
|
||||
ImGuiTextBuffer ResultPathBuf;
|
||||
|
||||
ImGuiIDStackTool() { memset(this, 0, sizeof(*this)); CopyToClipboardLastTime = -FLT_MAX; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user