|
@@ -2134,7 +2134,7 @@ struct ImGuiIDStackTool
|
|
|
ImGuiTextBuffer ResultPathsBuf;
|
|
|
ImGuiTextBuffer ResultTempBuf;
|
|
|
|
|
|
- ImGuiIDStackTool() { memset(this, 0, sizeof(*this)); OptHexEncodeNonAsciiChars = true; CopyToClipboardLastTime = -FLT_MAX; }
|
|
|
+ ImGuiIDStackTool() { memset(this, 0, sizeof(*this)); LastActiveFrame = -1; OptHexEncodeNonAsciiChars = true; CopyToClipboardLastTime = -FLT_MAX; }
|
|
|
};
|
|
|
|
|
|
//-----------------------------------------------------------------------------
|