Changeset f4480f0 in sasview
- Timestamp:
- Nov 24, 2017 11:49:44 AM (7 years ago)
- 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:
- 6cb305a, 19fce84
- Parents:
- 8f83719f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/DMaxExplorerWidget.py
r8f83719f rf4480f0 99 99 self.mapper.toFirst() 100 100 101 def variableChanged(self, index):102 """103 Respond to combobox update104 """105 # Just fire the model change signal, mate106 pass107 108 101 def modelChanged(self, item): 109 102 if not self.mapper:
Note: See TracChangeset
for help on using the changeset viewer.