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) {