Skip to content

Commit 83d2b61

Browse files
committedFeb 9, 2014
[composer] Make sure attribute table updates correctly when used with an atlas driven map
1 parent d6810e8 commit 83d2b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/composer/qgscomposerattributetable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ bool QgsComposerAttributeTable::getFeatureAttributes( QList<QgsAttributeMap> &at
131131
QgsRectangle selectionRect;
132132
if ( mComposerMap && mShowOnlyVisibleFeatures )
133133
{
134-
selectionRect = mComposerMap->extent();
134+
selectionRect = *mComposerMap->currentMapExtent();
135135
if ( mVectorLayer && mComposerMap->mapRenderer()
136136
&& mComposerMap->mapRenderer()->hasCrsTransformEnabled() )
137137
{

0 commit comments

Comments
 (0)
Please sign in to comment.