mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fully refresh map items when clicking 'update preview' button
This commit is contained in:
parent
0e08e329f4
commit
bc1bfd3406
@ -824,7 +824,7 @@ void QgsLayoutMapWidget::mUpdatePreviewButton_clicked()
|
||||
{
|
||||
return;
|
||||
}
|
||||
mMapItem->invalidateCache();
|
||||
mMapItem->refresh();
|
||||
}
|
||||
|
||||
void QgsLayoutMapWidget::mFollowVisibilityPresetCheckBox_stateChanged( int state )
|
||||
|
Loading…
x
Reference in New Issue
Block a user