mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
InsetTabular.cpp: typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36420 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
46d4b73220
commit
934e013505
@ -1027,7 +1027,7 @@ void Tabular::setAlignment(idx_type cell, LyXAlignment align,
|
||||
bool has_width)
|
||||
{
|
||||
col_type const col = cellColumn(cell);
|
||||
// set alignment for the whole row of if we are not in a multicolumn cell
|
||||
// set alignment for the whole row if we are not in a multicolumn cell,
|
||||
// exclude possible multicolumn cells in the row
|
||||
if (!isMultiColumn(cell)) {
|
||||
for (row_type r = 0; r < nrows(); ++r) {
|
||||
|
Loading…
Reference in New Issue
Block a user