Ignore:
Timestamp:
Sep 21, 2020 3:43:06 PM (3 years ago)
Author:
toby
Message:

RB extensions and minor bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r4534 r4573  
    34703470    '''
    34713471    if not parent: parent = G2frame
    3472     #if GSASIIpath.GetConfigValue('debug'): print('debug: GetImportFile from '+defaultDir)
     3472    pth = GetImportPath(G2frame)
     3473    #if GSASIIpath.GetConfigValue('debug'):
     3474    #    print('debug: GetImportFile from '+defaultDir)
     3475    #    print('debug: GetImportFile pth '+pth)
    34733476    dlg = wx.FileDialog(parent, message, defaultDir, defaultFile, *args,
    34743477                        style=style, **kwargs)
    34753478#    dlg.CenterOnParent()
    3476     pth = GetImportPath(G2frame)
    34773479    if not defaultDir and pth: dlg.SetDirectory(pth)
    34783480    try:
Note: See TracChangeset for help on using the changeset viewer.