On Fri, May 06, 2005 at 11:55:29AM +0200, Juergen Spitzmueller wrote: > In LyXFunc::dispatch, case LFUN_INSET_APPLY, there's an update call missing. > You see it when you apply changes from an inset dialog. You have to do some > keyboard action until the changes get visible. > > The attached patch adds the update call. > > OK?
Ok. I just stumbled over it myself and this is the quickest way to fix it. Andre'