更新
This commit is contained in:
@@ -30,7 +30,8 @@ static QWidget* create_audio_plot() {
|
|||||||
y_axis->set_x(0);
|
y_axis->set_x(0);
|
||||||
y_axis->set_y(0);
|
y_axis->set_y(0);
|
||||||
y_axis->set_pixel_size(height());
|
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 {
|
void contextMenuEvent(QContextMenuEvent* event) override {
|
||||||
if (!menu) {
|
if (!menu) {
|
||||||
|
|||||||
Reference in New Issue
Block a user