mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-08 17:50:33 +01:00
disable min/max/div settings in XY plot dialog when axis set to disabled
This commit is contained in:
parent
57615f1b39
commit
c296111bcc
|
|
@ -56,6 +56,10 @@ XYplotAxisDialog::XYplotAxisDialog(TraceXYPlot *plot) :
|
|||
log->setEnabled(false);
|
||||
linear->setEnabled(false);
|
||||
CBauto->setEnabled(false);
|
||||
min->setEnabled(false);
|
||||
max->setEnabled(false);
|
||||
divs->setEnabled(false);
|
||||
autoDivs->setEnabled(false);
|
||||
} else {
|
||||
// axis enabled
|
||||
log->setEnabled(true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue