Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[composer] Make sure attribute table updates correctly when used with…
… an atlas driven map
  • Loading branch information
nyalldawson committed Feb 9, 2014
1 parent d6810e8 commit 83d2b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposerattributetable.cpp
Expand Up @@ -131,7 +131,7 @@ bool QgsComposerAttributeTable::getFeatureAttributes( QList<QgsAttributeMap> &at
QgsRectangle selectionRect;
if ( mComposerMap && mShowOnlyVisibleFeatures )
{
selectionRect = mComposerMap->extent();
selectionRect = *mComposerMap->currentMapExtent();
if ( mVectorLayer && mComposerMap->mapRenderer()
&& mComposerMap->mapRenderer()->hasCrsTransformEnabled() )
{
Expand Down

0 comments on commit 83d2b61

Please sign in to comment.