Skip to content

Commit

Permalink
Restore more atlas tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 5, 2018
1 parent 3d03128 commit ec67ddf
Show file tree
Hide file tree
Showing 16 changed files with 430 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/layout/qgslayoutitemmap.cpp
Expand Up @@ -1917,6 +1917,7 @@ void QgsLayoutItemMap::updateAtlasFeature()

// set the new extent (and render)
setExtent( newExtent );
emit preparedForAtlas();
}

QgsRectangle QgsLayoutItemMap::computeAtlasRectangle()
Expand Down
1 change: 1 addition & 0 deletions tests/src/core/CMakeLists.txt
Expand Up @@ -134,6 +134,7 @@ SET(TESTS
testqgslabelingengine.cpp
testqgslayertree.cpp
testqgslayout.cpp
testqgslayoutatlas.cpp
testqgslayoutcontext.cpp
testqgslayouthtml.cpp
testqgslayoutitem.cpp
Expand Down

0 comments on commit ec67ddf

Please sign in to comment.