Skip to content

Commit a7c42d2

Browse files
committedMar 15, 2018
[layouts] Fix missing call to base class method
(cherry-picked from c562a2)
1 parent 9fecbab commit a7c42d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/layout/qgslayouttable.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ QSizeF QgsLayoutTable::totalSize() const
196196

197197
void QgsLayoutTable::refresh()
198198
{
199+
QgsLayoutMultiFrame::refresh();
199200
refreshAttributes();
200201
}
201202

0 commit comments

Comments
 (0)
Please sign in to comment.