Squash bug 803 for XForms and 1.4.x.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8739 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-05-04 21:35:34 +00:00
parent a5e44ab543
commit f557f14c69
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-05-04 Angus Leeming <leeming@lyx.org>
* FormRef.C (input): don't activate the Apply buttons when using
widgets that don't change the data.
2004-05-04 Angus Leeming <leeming@lyx.org>
* Dialogs.C: Remove "error" dialog identifier.

View File

@ -262,6 +262,8 @@ ButtonPolicy::SMInput FormRef::input(FL_OBJECT * ob, long)
updateBrowser(refs_);
fl_unfreeze_form(form());
activate = ButtonPolicy::SMI_NOOP;
} else if (ob == dialog_->choice_format) {
int const type = fl_get_choice(dialog_->choice_format) - 1;