Changeset 1201 for trunk/GSASIIgrid.py
- Timestamp:
- Jan 18, 2014 4:29:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r1199 r1201 295 295 # When the mouse is moved away or the widget loses focus 296 296 # display the last saved value, if an expression 297 self.Bind(wx.EVT_LEAVE_WINDOW, self._onLoseFocus) 297 # self.Bind(wx.EVT_LEAVE_WINDOW, self._onLoseFocus) 298 self.Bind(wx.EVT_TEXT_ENTER, self._onLoseFocus) 298 299 self.Bind(wx.EVT_KILL_FOCUS, self._onLoseFocus) 299 300
Note: See TracChangeset
for help on using the changeset viewer.