Skip to content

Commit

Permalink
Merge pull request NanoVNA-Saver#120 from zarath/bugfix/marker_field_…
Browse files Browse the repository at this point in the history
…selection_stuck

Bugfix: stuck field selection
  • Loading branch information
mihtjel authored Dec 23, 2019
2 parents 71dc547 + f83cf26 commit 6573495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NanoVNASaver/NanoVNASaver.py
Original file line number Diff line number Diff line change
Expand Up @@ -2586,6 +2586,7 @@ def resetModel(self):
item.setCheckState(QtCore.Qt.Checked)
self.model.appendRow(item)
self.fieldSelectionView.setModel(self.model)
self.model.itemChanged.connect(self.updateField)


class DeviceSettingsWindow(QtWidgets.QWidget):
Expand Down

0 comments on commit 6573495

Please sign in to comment.