修复若干bug
This commit is contained in:
@@ -301,7 +301,7 @@ QWidget* Radio_Widget::create_time_power_plot() {
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent* event) override {
|
||||
apply_radio_plot_layout(x_axis.get(), y_axis.get(), width(), height());
|
||||
x_axis->set_time_point_size(x_axis->pixel_sample_count());
|
||||
x_axis->set_visible_time_point_count(x_axis->pixel_sample_count());
|
||||
}
|
||||
void contextMenuEvent(QContextMenuEvent* event) override {
|
||||
if (!menu) {
|
||||
|
||||
Reference in New Issue
Block a user