mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
Affect only scale box. Thanks Juergen.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27932 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b581607b55
commit
aee1c6c785
@ -513,8 +513,8 @@ void GuiExternal::updateContents()
|
|||||||
displayGB->setChecked(params_.display);
|
displayGB->setChecked(params_.display);
|
||||||
displayscaleED->setEnabled(params_.display && !isBufferReadonly());
|
displayscaleED->setEnabled(params_.display && !isBufferReadonly());
|
||||||
displayscaleED->setText(QString::number(params_.lyxscale));
|
displayscaleED->setText(QString::number(params_.lyxscale));
|
||||||
displayGB->setEnabled(lyxrc.display_graphics &&
|
displayGB->setEnabled(lyxrc.display_graphics);
|
||||||
(params_.preview_mode != PREVIEW_INSTANT));
|
displayscaleED->setEnabled(params_.preview_mode != PREVIEW_INSTANT);
|
||||||
|
|
||||||
setRotation(*angleED, *originCO, params_.rotationdata);
|
setRotation(*angleED, *originCO, params_.rotationdata);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user