mirror of
https://github.com/ocornut/imgui.git
synced 2026-06-02 03:00:39 +08:00
Misc: tweak conflicting id error tooltip to use a link.
Now that nested tooltips are not hiding each others.
This commit is contained in:
@@ -11033,8 +11033,7 @@ void ImGui::ErrorCheckEndFrameFinalizeErrorTooltip()
|
|||||||
Text("(Hold CTRL to ");
|
Text("(Hold CTRL to ");
|
||||||
}
|
}
|
||||||
SameLine(0.0f, 0.0f);
|
SameLine(0.0f, 0.0f);
|
||||||
if (SmallButton("Open FAQ->About ID Stack System") && g.PlatformIO.Platform_OpenInShellFn != NULL)
|
TextLinkOpenURL("Read FAQ \"About ID Stack System\"", "https://github.com/ocornut/imgui/blob/master/docs/FAQ.md#qa-usage");
|
||||||
g.PlatformIO.Platform_OpenInShellFn(&g, "https://github.com/ocornut/imgui/blob/master/docs/FAQ.md#qa-usage");
|
|
||||||
SameLine(0.0f, 0.0f);
|
SameLine(0.0f, 0.0f);
|
||||||
Text(")");
|
Text(")");
|
||||||
EndErrorTooltip();
|
EndErrorTooltip();
|
||||||
|
|||||||
Reference in New Issue
Block a user