mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04: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;
|
return;
|
||||||
}
|
}
|
||||||
mMapItem->invalidateCache();
|
mMapItem->refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
void QgsLayoutMapWidget::mFollowVisibilityPresetCheckBox_stateChanged( int state )
|
void QgsLayoutMapWidget::mFollowVisibilityPresetCheckBox_stateChanged( int state )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user