Skip to content

Commit

Permalink
Add dataChanged signal when selection changed
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Nov 15, 2023
1 parent bb898d6 commit 36ff753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zxlive/rewrite_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,4 @@ def update_on_selection(self) -> None:
g = self.proof_panel.graph_scene.g

self.root_item.update_on_selection(g, selection, edges)
self.dataChanged.emit(QModelIndex(), QModelIndex(), [])

0 comments on commit 36ff753

Please sign in to comment.