Skip to content

Commit

Permalink
reg: accidentally removed an unblock-signals
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Aug 25, 2021
1 parent 729e879 commit f947629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shapeout2/gui/matrix/data_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def __setstate__(self, state):
else:
MatrixElement._quick_view_instance = meqv
self.update_content()
self.blockSignals(False)

def _reset_layout(self):
if self.glo is not None:
Expand Down

0 comments on commit f947629

Please sign in to comment.