Changeset bf7f025 in sasview for src/sas


Ignore:
Timestamp:
Dec 5, 2018 8:29:00 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
740c381, e03d56f
Parents:
a944beb
Message:

Modified the box slicer group_id so it doesn't clash with circular.
SASVIEW-1225

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/Slicers/BoxSlicer.py

    rb9ab979 rbf7f025  
    185185            new_plot.yaxis("\\rm{Residuals} ", "/") 
    186186 
    187         new_plot.group_id = "2daverage" + self.base.data.name 
     187        #new_plot. = "2daverage" + self.base.data.name 
    188188        new_plot.id = (self.averager.__name__) + self.base.data.name 
     189        new_plot.group_id = new_plot.id 
    189190        new_plot.is_data = True 
    190191        item = self._item 
Note: See TracChangeset for help on using the changeset viewer.