Changeset 2107 for trunk/GSASIIimgGUI.py


Ignore:
Timestamp:
Dec 24, 2015 2:15:40 PM (7 years ago)
Author:
toby
Message:

Bug fix: 6. After changing mask input plot is redrawn reseting limits and sometimes with two scale bars.; zoom is fixed, reason for two scale bars is unclear, but I am taking a guess that recursive calls to PlotImage? could be the problem, wx.CallAfter? added to these.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimgGUI.py

    r2106 r2107  
    11281128
    11291129    def Replot(*args,**kwargs):
    1130         G2plt.PlotExposedImage(G2frame,newPlot=True)       
     1130        #G2plt.PlotExposedImage(G2frame,newPlot=True)       
     1131        G2plt.PlotExposedImage(G2frame) # remove newPlot=True to prevent zoom-out
    11311132
    11321133    def onDeleteMask(event):
Note: See TracChangeset for help on using the changeset viewer.