J�rgen S's final tweak to Document->Paper?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2866 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-10-12 08:34:29 +00:00
parent ec03124798
commit ced0711d20
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-10-12 Angus Leeming <a.leeming@ic.ac.uk>
* FormDocument.C (input): one more tweak...
2001-10-10 Herbert Voss <voss@perce.de>
* FormTexinfo.[Ch]: some changes to the code

View File

@ -421,7 +421,8 @@ bool FormDocument::input( FL_OBJECT * ob, long data )
bool const b4size =
fl_get_choice(paper_->choice_papersize) == 10;
fl_set_button(paper_->radio_portrait, int(custom));
if (custom)
fl_set_button(paper_->radio_portrait, 1);
bool const use_geom = (custom || a3size || b3size || b4size);