kopia lustrzana https://github.com/corrscope/corrscope
double-fix signal emit
rodzic
40c645fb61
commit
75e4f372f9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue