mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
fix disabling of newpageCB
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10486 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
97ca98f0b7
commit
6a943418d3
@ -1,3 +1,7 @@
|
|||||||
|
2005-09-15 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||||
|
|
||||||
|
* QTabular.C: disable newpageCB when !longtabular.
|
||||||
|
|
||||||
2005-09-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2005-09-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* QtView.C (QtView): do not try to se the icon under Qt/Mac.
|
* QtView.C (QtView): do not try to se the icon under Qt/Mac.
|
||||||
|
@ -248,6 +248,7 @@ void QTabular::update_contents()
|
|||||||
dialog_->lastfooterBorderBelowCB->setChecked(false);
|
dialog_->lastfooterBorderBelowCB->setChecked(false);
|
||||||
dialog_->lastfooterNoContentsCB->setChecked(false);
|
dialog_->lastfooterNoContentsCB->setChecked(false);
|
||||||
dialog_->newpageCB->setChecked(false);
|
dialog_->newpageCB->setChecked(false);
|
||||||
|
dialog_->newpageCB->setEnabled(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user