Skip to content

Commit

Permalink
Reset Implementation radio button to default value
Browse files Browse the repository at this point in the history
if the selected power combiner type does not support the
lumped elements implementation
  • Loading branch information
in3otd committed Jul 29, 2017
1 parent 3bc891f commit 81c5de5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qucs/qucs-powercombining/qucspowercombiningtool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ void QucsPowerCombiningTool::on_TopoCombo_currentIndexChanged(int index)
}
else//Only the Wilkinson combiners support the CLC equivalent of a quarter-wavelength line
{
if (lumpedImplementation) {
// Lumped elements checkbox selected, reset to Ideal TL
IdealTLradioButton->setChecked(true);
}
LumpedElementsradioButton->setEnabled(false);
}

Expand Down

0 comments on commit 81c5de5

Please sign in to comment.