Hi Mogens,

The following should solve the problem you are experiencing with TextF.
In function _XmTextFieldFocusIn of TextF.c replace
   if (!TextF_HasFocus(tfw))
with
   if ( event->type == FocusIn && event->xany.send_event &&
!TextF_HasFocus(tfw) )

As soon as cvs is back I will check this in.


CP

Reply via email to