Ignore:
Timestamp:
Dec 21, 2019 6:41:42 AM (3 years ago)
Author:
vondreele
Message:

swap order of binds in ValidatedTextCtrl? - might work better?routines
enhancements to RMCProfile file preparation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r4213 r4220  
    587587        # display the last saved value, if an expression
    588588        self.Bind(wx.EVT_LEAVE_WINDOW, self._onLeaveWindow)
     589        self.Bind(wx.EVT_KILL_FOCUS, self._onLoseFocus)
    589590        self.Bind(wx.EVT_TEXT_ENTER, self._onLoseFocus)
    590         self.Bind(wx.EVT_KILL_FOCUS, self._onLoseFocus)
    591591        # patch for wx 2.9 on Mac
    592592        i,j= wx.__version__.split('.')[0:2]
Note: See TracChangeset for help on using the changeset viewer.