Changeset 3816
- Timestamp:
- Feb 11, 2019 4:54:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r3804 r3816 1991 1991 1992 1992 def OnMotion(event): 1993 mode = Page.toolbar._active 1994 if mode == 'PAN': 1995 Page.Cursor = wx.Cursor(wx.CURSOR_SIZING) 1996 elif mode == 'ZOOM': 1997 Page.Cursor = wx.Cursor(wx.CURSOR_MAGNIFIER) 1998 else: 1999 Page.Cursor = wx.Cursor(wx.CURSOR_CROSS) 2000 1993 2001 if event.button and G2frame.Contour and G2frame.TforYaxis: 1994 2002 ytics = imgAx.get_yticks()
Note: See TracChangeset
for help on using the changeset viewer.