fix(main/view): remove activeSectionChanged signal that crashes

This commit is contained in:
Jonathan Rainville 2023-06-21 09:54:00 -04:00 committed by Alex Jbanca
parent 20afd728fa
commit e201499994
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ QtObject:
self.model.editItem(item)
if (self.activeSection.getId() == item.id):
self.activeSection.setActiveSectionData(item)
self.activeSectionChanged()
proc model*(self: View): SectionModel =
return self.model