Skip to content

Commit ec67ddf

Browse files
committedJan 5, 2018
Restore more atlas tests
1 parent 3d03128 commit ec67ddf

File tree

16 files changed

+430
-0
lines changed

16 files changed

+430
-0
lines changed
 

‎src/core/layout/qgslayoutitemmap.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,6 +1917,7 @@ void QgsLayoutItemMap::updateAtlasFeature()
19171917

19181918
// set the new extent (and render)
19191919
setExtent( newExtent );
1920+
emit preparedForAtlas();
19201921
}
19211922

19221923
QgsRectangle QgsLayoutItemMap::computeAtlasRectangle()

‎tests/src/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ SET(TESTS
134134
testqgslabelingengine.cpp
135135
testqgslayertree.cpp
136136
testqgslayout.cpp
137+
testqgslayoutatlas.cpp
137138
testqgslayoutcontext.cpp
138139
testqgslayouthtml.cpp
139140
testqgslayoutitem.cpp

‎tests/src/core/testqgslayoutatlas.cpp

Lines changed: 428 additions & 0 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.