Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[layouts] Fix missing call to base class method
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/core/layout/qgslayouttable.cpp
|
@@ -196,6 +196,7 @@ QSizeF QgsLayoutTable::totalSize() const |
|
|
|
|
|
void QgsLayoutTable::refresh() |
|
|
{ |
|
|
QgsLayoutMultiFrame::refresh(); |
|
|
refreshAttributes(); |
|
|
} |
|
|
|
|
|