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:
Jürgen Spitzmüller 2005-09-26 18:42:54 +00:00
parent 97ca98f0b7
commit 6a943418d3
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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;
} }