Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MESH] fix #44815 #45068

Merged
merged 1 commit into from Sep 16, 2021
Merged

[MESH] fix #44815 #45068

merged 1 commit into from Sep 16, 2021

Conversation

vcloarec
Copy link
Member

@vcloarec vcloarec commented Sep 15, 2021

fix #44815.
This issue come from a confusion between old QgsRendererMeshPropertiesWidget::synToLayer() method and the new method (since 3.14) of the base class QgsMapLayerConfigWidget::syncToLayer( QgsMapLayer *layer ) that was used instead the first one in this fix : https://github.com/qgis/QGIS/pull/44048/files.

@github-actions github-actions bot added this to the 3.22.0 milestone Sep 15, 2021
@vcloarec vcloarec added Bug Either a bug report, or a bug fix. Let's hope for the latter! Mesh Related to general mesh layer handling (not specific data formats) Regression Something which used to work, but doesn't anymore labels Sep 15, 2021
@PeterPetrik
Copy link
Contributor

no sure if we need to backport this @vcloarec ?

@PeterPetrik PeterPetrik merged commit 2b9bc26 into qgis:master Sep 16, 2021
@vcloarec
Copy link
Member Author

vcloarec commented Sep 16, 2021

no sure if we need to backport this

no, bug appears on 3.20.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Mesh Related to general mesh layer handling (not specific data formats) Regression Something which used to work, but doesn't anymore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Mesh] Dataset groups in symbology tab are not synced with Source tab until you reopen properties dialog
2 participants