Changeset 239214f in sasview for src/sas/qtgui/PlotProperties.py
- Timestamp:
- Jan 13, 2017 9:23:38 AM (8 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:
- 0f3c22d
- Parents:
- 2e3e959
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/PlotProperties.py
rdb5cd8d r239214f 34 34 self.cbColor.setCurrentIndex(self._color) 35 35 else: 36 # Need the Custom entry here. "Custom" is always last. 37 self.cbColor.addItems([COLORS.keys()[-1]]) 36 38 self.cbColor.setCurrentIndex(COLORS.keys().index("Custom")) 37 39
Note: See TracChangeset
for help on using the changeset viewer.