mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 16:52:02 +00:00
Fix bug 4754. The old missing negation problem....
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24392 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
63f7d0318c
commit
1626b6e60c
@ -1905,7 +1905,7 @@ int TextMetrics::leftMargin(int max_width,
|
|||||||
&& !(!par.empty()
|
&& !(!par.empty()
|
||||||
&& par.isInset(pos)
|
&& par.isInset(pos)
|
||||||
&& par.getInset(pos)->display())
|
&& par.getInset(pos)->display())
|
||||||
&& ((tclass.isDefaultLayout(par.layout())
|
&& (!(tclass.isDefaultLayout(par.layout())
|
||||||
|| tclass.isEmptyLayout(par.layout()))
|
|| tclass.isEmptyLayout(par.layout()))
|
||||||
|| buffer.params().paragraph_separation == BufferParams::ParagraphIndentSeparation)
|
|| buffer.params().paragraph_separation == BufferParams::ParagraphIndentSeparation)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user