mirror of
https://github.com/ocornut/imgui.git
synced 2026-05-23 06:55:36 +08:00
Merge branch 'master' into docking (multi-viewport broken until next commit)
# Conflicts: # backends/imgui_impl_sdl2.cpp # backends/imgui_impl_sdl3.cpp
This commit is contained in:
@@ -1431,6 +1431,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