Changeset bad4a52 in sasview


Ignore:
Timestamp:
Mar 28, 2019 5:22:32 AM (5 years ago)
Author:
ajj
Branches:
ESS_GUI_iss1116
Parents:
770c42c
Message:

Changing from non-native to native dialog. Only tested on Mac so far.

File:
1 edited

Legend:

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

    rd1ad101 rbad4a52  
    11461146            'caption'   : 'Choose files', 
    11471147            'filter'    : wlist, 
    1148             'options'   : QtWidgets.QFileDialog.DontUseNativeDialog, 
     1148            #'options'   : QtWidgets.QFileDialog.DontUseNativeDialog, 
    11491149            'directory' : self.default_load_location 
    11501150        } 
Note: See TracChangeset for help on using the changeset viewer.