mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Abdel can't seee anythin wrong with that
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26472 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
082b4dbb3f
commit
b35d3bfc5c
@ -425,8 +425,10 @@ bool TextMetrics::redoParagraph(pit_type const pit)
|
||||
MetricsInfo mi(bv_, font.fontInfo(), w, mc);
|
||||
ii->inset->metrics(mi, dim);
|
||||
Dimension const old_dim = pm.insetDimension(ii->inset);
|
||||
if (old_dim != dim) {
|
||||
pm.setInsetDimension(ii->inset, dim);
|
||||
changed |= (old_dim != dim);
|
||||
changed = true;
|
||||
}
|
||||
}
|
||||
|
||||
par.setBeginOfBody();
|
||||
|
Loading…
x
Reference in New Issue
Block a user