Closed cube1us closed 4 years ago
This was slightly broken. If the block was new and had a card location entry, it was setting outputModeComboBox.SelectedItem to a the first entry in the inputLogicLevelList. Not really sure this was causing the specified issue, but it wasn't correct. After the change, it seems to be working right -- tested with card type DFQ which has an inputlevel S and outputlevel Y.
It seems as though editDiagramLogicBlock is using the input level to populate both the input and output levels for a gate. Confirm and fix as necessary.