From 720202ed40fa7d394505c395ac19aa1606dc2941 Mon Sep 17 00:00:00 2001 From: wyc <1104749580@qq.com> Date: Fri, 31 Jul 2026 15:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Demo_Gallery/Audio_Plot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Demo_Gallery/Audio_Plot.h b/Demo_Gallery/Audio_Plot.h index e7c3dc3..126d88c 100644 --- a/Demo_Gallery/Audio_Plot.h +++ b/Demo_Gallery/Audio_Plot.h @@ -30,7 +30,8 @@ static QWidget* create_audio_plot() { y_axis->set_x(0); y_axis->set_y(0); y_axis->set_pixel_size(height()); - audio->set_time_point_size(x_axis->get_pixel_point_size()); + + // audio->set_time_point_size(x_axis->get_pixel_point_size()); } void contextMenuEvent(QContextMenuEvent* event) override { if (!menu) {