altering "Text after" now activates the Ok,Apply buttons

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1533 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-02-19 14:01:23 +00:00
parent 13f4189ff9
commit f0c75a909e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-02-19 Angus Leeming <a.leeming@ic.ac.uk>
* FormCitation.C (build): altering "Text after" now activates the Ok,
Apply buttons.
2001-02-16 Angus Leeming <a.leeming@ic.ac.uk> 2001-02-16 Angus Leeming <a.leeming@ic.ac.uk>
* FormCitation.C: lots of white-space changes to make file consistent * FormCitation.C: lots of white-space changes to make file consistent

View File

@ -83,6 +83,9 @@ void FormCitation::build()
minw_ = form()->w; minw_ = form()->w;
minh_ = form()->h; minh_ = form()->h;
fl_set_input_return(dialog_->input_after, FL_RETURN_CHANGED);
fl_set_input_return(dialog_->input_before, FL_RETURN_CHANGED);
// Manage the ok, apply, restore and cancel/close buttons // Manage the ok, apply, restore and cancel/close buttons
bc_.setOK(dialog_->button_ok); bc_.setOK(dialog_->button_ok);
bc_.setApply(dialog_->button_apply); bc_.setApply(dialog_->button_apply);