Skip to content

Commit

Permalink
Fix order by not set for 25d renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 19, 2016
1 parent d01d42e commit c06577d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology-ng/qgs25drenderer.cpp
Expand Up @@ -106,6 +106,7 @@ Qgs25DRenderer::Qgs25DRenderer()
false );

setOrderBy( orderBy );
setOrderByEnabled( true );
}

QDomElement Qgs25DRenderer::save( QDomDocument& doc )
Expand Down

0 comments on commit c06577d

Please sign in to comment.