Ignore:
Timestamp:
Sep 7, 2018 9:10:11 AM (5 years ago)
Author:
vondreele
Message:

fix old style wx.CHANGE_DIR to wx.DR_CHANGE_DIR in several places.
fix save plot bug jpeg can not be RGBA but only RGB - simplify code as distinction between jpeg & others isn't

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIrestrGUI.py

    r3511 r3588  
    6363        dlg = wx.FileDialog(G2frame,message='Choose '+macName+' restraint macro file',
    6464            defaultDir=defDir,defaultFile="",wildcard="GSAS-II macro file (*.mac)|*.mac",
    65             style=wx.FD_OPEN | wx.CHANGE_DIR)
     65            style=wx.FD_OPEN | wx.FD_CHANGE_DIR)
    6666        try:
    6767            macro = ''
Note: See TracChangeset for help on using the changeset viewer.