Changeset 59732573 in sasview
- Timestamp:
- Mar 18, 2018 2:08:09 PM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- 85d98e2
- Parents:
- 943e17a (diff), 0f0fe42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Paul Butler <butlerpd@…> (03/18/18 14:08:09)
- git-committer:
- GitHub <noreply@…> (03/18/18 14:08:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/calculator/model_editor.py
r2469df7 rc6dfb9f 391 391 self._msg_box.SetLabel(msg) 392 392 self._msg_box.SetForegroundColour(color) 393 self._set_model_list() 393 394 if self.parent.parent is not None: 394 395 from sas.sasgui.guiframe.events import StatusEvent … … 432 433 if len(main_list) > 1: 433 434 main_list.sort() 435 self.model1.Clear() 436 self.model2.Clear() 434 437 for idx in range(len(main_list)): 435 438 self.model1.Append(str(main_list[idx]), idx)
Note: See TracChangeset
for help on using the changeset viewer.