Changeset ae43f3b in sasview for src/sas/qtgui/Plotting


Ignore:
Timestamp:
Sep 3, 2018 9:05:57 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
d686ff1
Parents:
79bd268
Message:

Remove spurious custom color update SASVIEW-1010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/Plotter.py

    r8274471e rae43f3b  
    178178                            zorder=1, 
    179179                            picker=True) 
    180  
    181         # Now we know what the potential new color is, let's save it 
    182         if isinstance(line, mpl.lines.Line2D): 
    183             self.data.custom_color = line.get_color() 
    184180 
    185181        # Update the list of data sets (plots) in chart 
Note: See TracChangeset for help on using the changeset viewer.