Ignore:
Timestamp:
Nov 12, 2018 5:59:11 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
9d23e4c
Parents:
859d960
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (11/12/18 05:48:13)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (11/12/18 05:59:11)
Message:

Save load path and sas_opencl values to the custom config, if changed
during the session.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/DataExplorer.py

    r859d960 r67346f9  
    5252        # Read in default locations 
    5353        self.default_save_location = None 
    54         self.default_load_location = os.path.join(os.path.dirname(sys.argv[0]), "test") 
     54        self.default_load_location = GuiUtils.DEFAULT_OPEN_FOLDER 
    5555        self.default_project_location = None 
    5656 
Note: See TracChangeset for help on using the changeset viewer.