Changeset 6edd344 in sasview for src/sas/qtgui/Plotting/Plotter.py


Ignore:
Timestamp:
Mar 29, 2019 12:11:34 PM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_opencl
Children:
7a1481f
Parents:
c02721c4
Message:

More unit test fixes.

File:
1 edited

Legend:

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

    rb016f17 r6edd344  
    220220        Resize the legend window/font on canvas resize 
    221221        """ 
     222        if not self.showLegend: 
     223            return 
    222224        width = _legendResize(event.width) 
    223225        # resize the legend to follow the canvas width. 
Note: See TracChangeset for help on using the changeset viewer.