mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
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:
parent
13f4189ff9
commit
f0c75a909e
@ -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>
|
||||
|
||||
* FormCitation.C: lots of white-space changes to make file consistent
|
||||
|
@ -83,6 +83,9 @@ void FormCitation::build()
|
||||
minw_ = form()->w;
|
||||
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
|
||||
bc_.setOK(dialog_->button_ok);
|
||||
bc_.setApply(dialog_->button_apply);
|
||||
|
Loading…
Reference in New Issue
Block a user