Changeset b1f6063 in sasview
- Timestamp:
- Sep 5, 2018 3:38:48 PM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- d9410c5
- Parents:
- 3522037
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
r3c6ecd9 rb1f6063 309 309 and not self.isCalculating) 310 310 self.removeButton.setEnabled(self.logic.data_is_loaded) 311 self.explorerButton.setEnabled(self.logic.data_is_loaded 312 and np.all(self.logic.data.dy != 0)) 311 self.explorerButton.setEnabled(self.logic.data_is_loaded) 313 312 self.stopButton.setVisible(self.isCalculating) 314 313 self.regConstantSuggestionButton.setEnabled( … … 641 640 self.calcThread.ready(2.5) 642 641 642 #Perform estimate should be done on value enter this should solve delay problem 643 self.performEstimate() 644 643 645 def stopCalcThread(self): 644 646 """ Stops a thread if it exists and is running """
Note: See TracChangeset
for help on using the changeset viewer.