Skip to content

Commit

Permalink
Fix style save options in layer properties dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 27, 2020
1 parent 885c120 commit 195fe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pointcloud/qgspointcloudlayer.cpp
Expand Up @@ -159,7 +159,7 @@ bool QgsPointCloudLayer::writeSymbology( QDomNode &node, QDomDocument &doc, QStr
elem.appendChild( elemRenderer ); elem.appendChild( elemRenderer );
} }


return false; return true;
} }


void QgsPointCloudLayer::setTransformContext( const QgsCoordinateTransformContext &transformContext ) void QgsPointCloudLayer::setTransformContext( const QgsCoordinateTransformContext &transformContext )
Expand Down

0 comments on commit 195fe7e

Please sign in to comment.