Changeset d3475fe in sasview for src


Ignore:
Timestamp:
Oct 25, 2017 1:34:29 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
f7d14a1
Parents:
7ace296
Message:

Additional guard against unwanted GUI options on data load.

Location:
src/sas/qtgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/UnitTesting/DataExplorerTest.py

    r88e1f57 rd3475fe  
    170170 
    171171        # Populate the model 
    172         #filename = ["cyl_400_20.txt", "P123_D2O_10_percent.dat", "cyl_400_20.txt"] 
    173         filename = ["cyl_400_20.txt", "cyl_400_20.txt", "P123_D2O_10_percent.dat"] 
     172        filename = ["cyl_400_20.txt", "P123_D2O_10_percent.dat", "cyl_400_20.txt"] 
    174173        self.form.readData(filename) 
    175  
    176         self.form.show() 
    177         app.exec_() 
    178174 
    179175        # Assure the model contains three items 
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    r9867860 rd3475fe  
    356356        self.options_widget.setEnablementOnDataLoad() 
    357357 
     358        # Reload the model 
     359        self.onSelectModel() 
     360 
    358361        # Smearing tab 
    359362        self.smearing_widget.updateSmearing(self.data) 
Note: See TracChangeset for help on using the changeset viewer.