From 1bfe1f0da7d092dcc0afb965befd4839ed1bd296 Mon Sep 17 00:00:00 2001 From: Tamir Date: Wed, 6 Mar 2024 11:14:41 +0200 Subject: [PATCH] revert value --- common/output-model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/output-model.cpp b/common/output-model.cpp index a740492396..cb2ac33635 100644 --- a/common/output-model.cpp +++ b/common/output-model.cpp @@ -992,7 +992,7 @@ void output_model::update_dashboards(rs2::frame f) void stream_dashboard::draw_dashboard(ux_window& win, rect& r) { auto min_x = 0.f; - auto max_x = 0.f; + auto max_x = 1.f; auto min_y = 0.f; auto max_y = 0.f;