Merge branch 'master' of github.com:jankae/VNA2

This commit is contained in:
Jan Käberich 2020-10-27 22:08:05 +01:00
commit fcab7f499d
8 changed files with 26 additions and 26 deletions

View file

@ -128,7 +128,7 @@ void TileWidget::on_bSmithchart_clicked()
setContent(new TraceSmithChart(model));
}
void TileWidget::on_bBodeplot_clicked()
void TileWidget::on_bXYplot_clicked()
{
setContent(new TraceXYPlot(model));
}