- Timestamp:
- Mar 2, 2021 3:54:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4833 r4836 3353 3353 if not (event.AltDown() or (event.ShiftDown() and event.ControlDown())): 3354 3354 Atoms.frm = -1 3355 G2frame.GetStatusBar().SetStatusText('',1)3356 3355 if r < 0 and c < 0: 3357 3356 if Atoms.IsSelection(): … … 3392 3391 wx.CallAfter(Paint) 3393 3392 else: 3393 G2frame.GetStatusBar().SetStatusText('Use right mouse click to brng up Atom editing options',1) 3394 3394 Atoms.ClearSelection() 3395 3395 Atoms.SelectRow(r,True) … … 7759 7759 drawAtoms.SelectRow(row,True) 7760 7760 else: 7761 G2frame.GetStatusBar().SetStatusText('Use right mouse click to brng up Draw Atom editing options',1) 7761 7762 drawAtoms.ClearSelection() 7762 7763 drawAtoms.SelectRow(r,True)
Note: See TracChangeset
for help on using the changeset viewer.