Fully refresh map items when clicking 'update preview' button

This commit is contained in:
Nyall Dawson 2018-01-18 13:31:37 +10:00
parent 0e08e329f4
commit bc1bfd3406

View File

@ -824,7 +824,7 @@ void QgsLayoutMapWidget::mUpdatePreviewButton_clicked()
{
return;
}
mMapItem->invalidateCache();
mMapItem->refresh();
}
void QgsLayoutMapWidget::mFollowVisibilityPresetCheckBox_stateChanged( int state )