mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[layouts] Fix missing call to base class method
This commit is contained in:
parent
709702d568
commit
c562a2e540
@ -196,6 +196,7 @@ QSizeF QgsLayoutTable::totalSize() const
|
||||
|
||||
void QgsLayoutTable::refresh()
|
||||
{
|
||||
QgsLayoutMultiFrame::refresh();
|
||||
refreshAttributes();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user