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
- Bug: Focus problem with TextF results in many blinking curso... Mogens Kjaer
- Re: Bug: Focus problem with TextF results in many blink... Alexander Mai
- C Hennessy
