double-fix signal emit

pull/357/head
nyanpasu64 2018-12-14 18:03:55 -08:00
rodzic 40c645fb61
commit 75e4f372f9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -550,7 +550,7 @@ class ChannelModel(qc.QAbstractTableModel):
else:
setattr(self.channels[row], key, value)
self.dataChanged(index, index, [role])
self.dataChanged.emit(index, index, [role])
return True
return False