Changeset e9359e0a in sasview for src/sas/qtgui


Ignore:
Timestamp:
Aug 29, 2018 3:24:15 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
ce30949
Parents:
f2530048
Message:

prevent corfunc perspective from closing (breaks app)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Corfunc/CorfuncPerspective.py

    raed0532 re9359e0a  
    109109        self.communicate = GuiUtils.Communicate() 
    110110        self._calculator = CorfuncCalculator() 
    111         self._allow_close = True 
     111        self._allow_close = False 
    112112        self._model_item = None 
    113113        self.txtLowerQMin.setText("0.0") 
Note: See TracChangeset for help on using the changeset viewer.