Changeset 47f2b5d in sasview
- Timestamp:
- Oct 8, 2016 3:21:58 PM (8 years ago)
- Branches:
- master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 4ed199e
- Parents:
- 2abe6bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/basepage.py
r2abe6bf r47f2b5d 1038 1038 dispersity = self.disp_box.GetClientData(n) 1039 1039 name = dispersity.__name__ 1040 1041 1040 self._set_dipers_Param(event=None) 1042 1041 … … 2290 2289 wx.PostEvent(self.parent, event) 2291 2290 #draw the model with the current dispersity 2292 self._draw_model() 2291 2292 #Wojtek P, Oct 8, 2016: Calling draw_model seems to be unessecary. 2293 #By comenting it we save an extra Iq calculation 2294 #self._draw_model() 2295 2293 2296 ## Need to use FitInside again here to replace the next four lines. 2294 2297 ## Otherwised polydispersity off does not resize the scrollwindow.
Note: See TracChangeset
for help on using the changeset viewer.