Changeset 16436f18 in sasview


Ignore:
Timestamp:
Oct 1, 2018 7:42:38 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
9d7cb19
Parents:
b8745fa
Message:

Allow freezing fit results from context menu in File Explorer -
SASVIEW-1185

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/DataExplorer.py

    re2e5f3d r16436f18  
    10231023        self.context_menu.addAction(self.actionQuick3DPlot) 
    10241024        self.context_menu.addAction(self.actionEditMask) 
    1025         #self.context_menu.addSeparator() 
    1026         #self.context_menu.addAction(self.actionFreezeResults) 
     1025        self.context_menu.addSeparator() 
     1026        self.context_menu.addAction(self.actionFreezeResults) 
    10271027        self.context_menu.addSeparator() 
    10281028        self.context_menu.addAction(self.actionDelete) 
Note: See TracChangeset for help on using the changeset viewer.