mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
TextMetrics.cpp: typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30473 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e48e791465
commit
97e857b166
@ -561,7 +561,7 @@ void TextMetrics::computeRowMetrics(pit_type const pit,
|
||||
break;
|
||||
}
|
||||
|
||||
// Display-style insets should always be on a centred row
|
||||
// Display-style insets should always be on a centered row
|
||||
if (Inset const * inset = par.getInset(row.pos())) {
|
||||
switch (inset->display()) {
|
||||
case Inset::AlignLeft:
|
||||
|
Loading…
Reference in New Issue
Block a user