mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-03 18:44:34 +00:00
This commit is contained in:
@@ -1425,6 +1425,9 @@ bool ImGui::TextLink(const char* label)
|
||||
bool pressed = ButtonBehavior(bb, id, &hovered, &held);
|
||||
RenderNavHighlight(bb, id, ImGuiNavHighlightFlags_None);
|
||||
|
||||
if (hovered)
|
||||
SetMouseCursor(ImGuiMouseCursor_Hand);
|
||||
|
||||
ImVec4 text_colf = g.Style.Colors[ImGuiCol_TextLink];
|
||||
ImVec4 line_colf = text_colf;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user