mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
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:
parent
a5e44ab543
commit
f557f14c69
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user