Changeset 4567


Ignore:
Timestamp:
Sep 11, 2020 11:02:40 AM (3 years ago)
Author:
toby
Message:

improve excluded region generation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r4566 r4567  
    17281728    def OnAddExcl(event):
    17291729        G2frame.ifGetExclude = True
    1730         G2G.G2MessageBox(G2frame,'Click on a point in the pattern to be excluded, then drag or edit limits to adjust range','Creating excluded region')
     1730        G2frame.plotFrame.Raise()
     1731        G2G.G2MessageBox(G2frame.plotFrame,'Click on a point in the pattern to be excluded, then drag or edit limits to adjust range','Creating excluded region')
    17311732       
    17321733    def OnLimitCopy(event):
Note: See TracChangeset for help on using the changeset viewer.