Changeset 03c372d in sasview for src/sas/qtgui/ColorMap.py


Ignore:
Timestamp:
Jan 23, 2017 7:54:43 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
5d89f43
Parents:
092a3d9
Message:

Added unit tests to SASVIEW-391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/ColorMap.py

    r092a3d9 r03c372d  
    8080        return (self._norm.vmin, self._norm.vmax) 
    8181 
    82     def onReset(self, event): 
     82    def onReset(self): 
    8383        """ 
    8484        Respond to the Reset button click 
     
    206206        self.redrawColorBar() 
    207207        self.canvas.draw() 
    208  
    209         pass 
Note: See TracChangeset for help on using the changeset viewer.