Skip to content

Commit

Permalink
Added cancel button to tof_regions. this refs #58
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Apr 10, 2023
1 parent 03f4875 commit 0f33ac3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def __init__(self, parent=None):
self.initialization()
self.load_time_spectra()
self.calculate_lambda_axis()
self.check_table_state()

def initialization(self):
o_init = InitializationSelectTofRegions(parent=self, grand_parent=self.parent)
Expand Down

0 comments on commit 0f33ac3

Please sign in to comment.