On Friday 21 September 2001 21:19, [EMAIL PROTECTED] wrote:
> CVSROOT: /usr/local/lyx/cvsroot
> Module name: lyx-devel
> Repository: lyx-devel/src/frontends/xforms/
> Changes by: [EMAIL PROTECTED] 01/09/21 20:19:16
>
> Modified files:
> lyx-devel/src/frontends/xforms/: FormRef.C ChangeLog
>
> Log message:
> Fix crash when using dialog with keyboard:
> The problem also happen with other dialogs. For example, open the document
> dialog, press alt+p (pagestyle), and press enter -> The pagestyle button
> becomes empty. Furthermore, when pressing "Apply", lyx will crash.
> I havn't fixed the other dialogs, because I don't know if my fix is good
> (maybe there is a simple fix to the problem).
Yuch! (The crash, not the fix.)
I've generalised the fix. It is now impossible to set this or any other
FL_CHOICE < 1. That should sort the problem.
Angus