mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
remove wrong copied code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5146 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bd3ab1ba2b
commit
d8f9ca8c9c
@ -1,3 +1,7 @@
|
||||
2002-08-29 John Levon <levon@movementarian.org>
|
||||
|
||||
* QInclude.C: remove some wrong code removed from xforms
|
||||
|
||||
2002-08-29 John Levon <levon@movementarian.org>
|
||||
|
||||
* qfont_metrics.C: add per char ascent/descent
|
||||
|
@ -49,20 +49,10 @@ void QInclude::build_dialog()
|
||||
|
||||
void QInclude::update_contents()
|
||||
{
|
||||
if (controller().params().noload) {
|
||||
dialog_->filenameED->setText("");
|
||||
dialog_->typesetCB->setChecked(false);
|
||||
dialog_->visiblespaceCB->setChecked(false);
|
||||
dialog_->visiblespaceCB->setEnabled(false);
|
||||
//dialog_->typeCO->setEnabled(true);
|
||||
return;
|
||||
}
|
||||
|
||||
dialog_->filenameED->setText(controller().params().cparams.getContents().c_str());
|
||||
|
||||
string const cmdname = controller().params().cparams.getCmdName();
|
||||
|
||||
// FIXME: ??
|
||||
dialog_->typesetCB->setChecked(controller().params().noload);
|
||||
|
||||
dialog_->visiblespaceCB->setChecked(false);
|
||||
|
Loading…
Reference in New Issue
Block a user