Skip to content

Commit

Permalink
fix transition matrix table reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli committed Dec 18, 2024
1 parent 6ae632e commit 3724b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LDMP/lc_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ def __init__(self, parent=None):
)

self.btn_transmatrix_reset.clicked.connect(
lambda: self.set_trans_matrix(get_default=False)
lambda: self.set_trans_matrix(get_default=True)
)
self.btn_transmatrix_loadfile.clicked.connect(self.trans_matrix_loadfile)
self.btn_transmatrix_savefile.clicked.connect(self.trans_matrix_savefile)
Expand Down

0 comments on commit 3724b26

Please sign in to comment.