Skip to content

Commit

Permalink
Fixed bug that made nothing update if no rrep plot in main window
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Duff authored and Caleb Duff committed Aug 25, 2016
1 parent 395caa5 commit 280c03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpdView/xpd_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,9 +1032,9 @@ def refresh(self):
else:
self.update_int_data(int_new_files, int_data_x, int_data_y)
self.update_data(new_data, new_file_names)
self.update_r_rep(new_data)
self.update_waterfall_3d()
self.update_peak_plots(int_new_files, int_data_x, int_data_y)
self.update_r_rep(new_data)

def update_data(self, data_list, file_list):
"""
Expand Down

0 comments on commit 280c03e

Please sign in to comment.