mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Autoscale improvements
This commit is contained in:
parent
3976db8f9d
commit
32270dc747
12 changed files with 640 additions and 513 deletions
|
|
@ -130,7 +130,9 @@ void TileWidget::on_bSmithchart_clicked()
|
|||
|
||||
void TileWidget::on_bXYplot_clicked()
|
||||
{
|
||||
setContent(new TraceXYPlot(model));
|
||||
auto plot = new TraceXYPlot(model);
|
||||
setContent(plot);
|
||||
plot->axisSetupDialog();
|
||||
}
|
||||
|
||||
void TileWidget::traceDeleted(TracePlot *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue