Navigation Menu

Skip to content

Commit

Permalink
Fully refresh map items when clicking 'update preview' button
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 18, 2018
1 parent 0e08e32 commit bc1bfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/qgslayoutmapwidget.cpp
Expand Up @@ -824,7 +824,7 @@ void QgsLayoutMapWidget::mUpdatePreviewButton_clicked()
{
return;
}
mMapItem->invalidateCache();
mMapItem->refresh();
}

void QgsLayoutMapWidget::mFollowVisibilityPresetCheckBox_stateChanged( int state )
Expand Down

0 comments on commit bc1bfd3

Please sign in to comment.