Skip to content

Commit

Permalink
[layouts] Fix missing call to base class method
Browse files Browse the repository at this point in the history
(cherry-picked from c562a2)
  • Loading branch information
nyalldawson committed Mar 15, 2018
1 parent 9fecbab commit a7c42d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/layout/qgslayouttable.cpp
Expand Up @@ -196,6 +196,7 @@ QSizeF QgsLayoutTable::totalSize() const

void QgsLayoutTable::refresh()
{
QgsLayoutMultiFrame::refresh();
refreshAttributes();
}

Expand Down

0 comments on commit a7c42d2

Please sign in to comment.