Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 14, 2020
1 parent faf4949 commit 0c1264c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/layout/qgslayoutitemmanualtable.cpp
Expand Up @@ -228,7 +228,7 @@ bool QgsLayoutItemManualTable::calculateMaxRowHeights()
QMap<int, double> newHeights;
for ( auto it = mMaxRowHeightMap.constBegin(); it != mMaxRowHeightMap.constEnd(); ++it )
{
// first row in mMaxRowHeightMap correponds to header, which we ignore here
// first row in mMaxRowHeightMap corresponds to header, which we ignore here
const int row = it.key() - 1;
const double presetHeight = mRowHeights.value( row );
double thisRowHeight = it.value();
Expand Down

0 comments on commit 0c1264c

Please sign in to comment.