diff --git a/tools/depth-quality/depth-quality-model.cpp b/tools/depth-quality/depth-quality-model.cpp index 8d4f8d805a..132c6aa06c 100644 --- a/tools/depth-quality/depth-quality-model.cpp +++ b/tools/depth-quality/depth-quality-model.cpp @@ -676,7 +676,10 @@ namespace rs2 if (ImGui::IsItemHovered()) { - ImGui::SetTooltip(ds.get_option_description(RS2_OPTION_ENABLE_IR_REFLECTIVITY)); + ImGui::SetTooltip( + "%s", + ds.get_option_description( + RS2_OPTION_ENABLE_IR_REFLECTIVITY ) ); } } }