Changes in / [b4818d9:4ed199e] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/basepage.py

    re28f34d r47f2b5d  
    10291029            dispersity = self.disp_box.GetClientData(n) 
    10301030            name = dispersity.__name__ 
    1031  
    10321031            self._set_dipers_Param(event=None) 
    10331032 
     
    22812280            wx.PostEvent(self.parent, event) 
    22822281        #draw the model with the current dispersity 
    2283         self._draw_model() 
     2282 
     2283        #Wojtek P, Oct 8, 2016: Calling draw_model seems to be unessecary. 
     2284        #By comenting it we save an extra Iq calculation 
     2285        #self._draw_model() 
     2286 
    22842287        ## Need to use FitInside again here to replace the next four lines. 
    22852288        ## Otherwised polydispersity off does not resize the scrollwindow. 
Note: See TracChangeset for help on using the changeset viewer.