Changeset e32b120 in sasview for src/sas/qtgui/MainWindow/GuiManager.py
- Timestamp:
- Oct 26, 2017 8:54:02 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:
- 8045572
- Parents:
- d2d0441e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
r6cbf8a5 re32b120 648 648 """ 649 649 """ 650 print("actionInversion TRIGGERED")650 self._current_perspective = self.perspectiveChanged("PrInversion") 651 651 pass 652 652 … … 654 654 """ 655 655 """ 656 self._current_perspective = self.perspectiveChanged("PrInversion")657 656 print("actionInvariant TRIGGERED") 658 657 pass
Note: See TracChangeset
for help on using the changeset viewer.