mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
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:
parent
ec03124798
commit
ced0711d20
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user