Changes in src/sas/perspectives/fitting/fitting.py [39356b5:386ffe1] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/perspectives/fitting/fitting.py
r39356b5 r386ffe1 523 523 self.fit_panel.clear_panel() 524 524 525 def set_default_perspective(self): 526 """ 527 Call back method that True to notify the parent that the current plug-in 528 can be set as default perspective. 529 when returning False, the plug-in is not candidate for an automatic 530 default perspective setting 531 """ 532 return True 533 525 534 def delete_data(self, data): 526 535 """
Note: See TracChangeset
for help on using the changeset viewer.