Changeset 85cf6b8 in sasview


Ignore:
Timestamp:
Sep 26, 2018 9:41:59 AM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
93c505b
Parents:
5652efc
Message:

Don't clear parameters on structure box content reset

File:
1 edited

Legend:

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

    raf7d2e5 r85cf6b8  
    377377                            index = 0 
    378378                        page.structurebox.SetSelection(index) 
    379                         page._on_select_model() 
     379                        page._on_select_model(keep_pars=True) 
    380380        except Exception: 
    381381            logger.error("update_custom_combo: %s", sys.exc_value) 
Note: See TracChangeset for help on using the changeset viewer.