Browse Source

hopefully fix remove chord crash

master
Ivan Holmes 4 years ago
parent
commit
7b2b793006
  1. 1
      gui.py

1
gui.py

@ -514,6 +514,7 @@ class DocumentWindow(QMainWindow):
if b.chord:
if b.chord.name == oldName:
b.chord = None
if self.currentSection.blockList is not None:
self.window.blockTableView.populate(self.currentSection.blockList)
self.clearChordLineEdits()
self.updateChordDict()

Loading…
Cancel
Save