Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/perspectives/fitting/fitting.py

    r39356b5 r386ffe1  
    523523        self.fit_panel.clear_panel() 
    524524         
     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     
    525534    def delete_data(self, data): 
    526535        """ 
Note: See TracChangeset for help on using the changeset viewer.