Skip to content

Commit bfaca37

Browse files
Evgeni Raikhelclaude
andcommitted
chore(viewer): update grid overlay button tooltips
Align hover hint text with draw_crosshair rename. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7b3eed9 commit bfaca37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/stream-model.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ namespace rs2
601601
show_grid = false;
602602
}
603603
if (ImGui::IsItemHovered())
604-
RsImGui::CustomTooltip("Hide grid overlay");
604+
RsImGui::CustomTooltip("Hide crosshair/grid overlay");
605605
ImGui::PopStyleColor(2);
606606
}
607607
else
@@ -611,7 +611,7 @@ namespace rs2
611611
show_grid = true;
612612
}
613613
if (ImGui::IsItemHovered())
614-
RsImGui::CustomTooltip("Show grid overlay");
614+
RsImGui::CustomTooltip("Show crosshair/grid overlay");
615615
}
616616
ImGui::SameLine();
617617

0 commit comments

Comments
 (0)