Changeset 4220 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Dec 21, 2019 6:41:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4213 r4220 587 587 # display the last saved value, if an expression 588 588 self.Bind(wx.EVT_LEAVE_WINDOW, self._onLeaveWindow) 589 self.Bind(wx.EVT_KILL_FOCUS, self._onLoseFocus) 589 590 self.Bind(wx.EVT_TEXT_ENTER, self._onLoseFocus) 590 self.Bind(wx.EVT_KILL_FOCUS, self._onLoseFocus)591 591 # patch for wx 2.9 on Mac 592 592 i,j= wx.__version__.split('.')[0:2]
Note: See TracChangeset
for help on using the changeset viewer.