cube1us / IBM1410SMS

Database Program for capturing data from IBM SMS Automated Logic Diagrams and related database layer
GNU General Public License v3.0
0 stars 0 forks source link

EditDiagramLogicBlock may be using the input level to populate both the input AND the output levels for a gate #21

Closed cube1us closed 4 years ago

cube1us commented 4 years ago

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.

cube1us commented 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.