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

Prevent and hide collapse/expand in Dynamic SVG parameters table in layer symbology #42185

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

jgrocha
Copy link
Member

@jgrocha jgrocha commented Mar 10, 2021

Description

Fix #42183

This prevents the tree column to be expanded/collapsed. That was causing the crash.

I've hidden also the small triangle decoration.

Proposal:

no handlers

Before:

handlers

@github-actions
Copy link

The backport to release-3_16 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_16 release-3_16
# Navigate to the new working tree
cd .worktrees/backport-release-3_16
# Create a new branch
git switch --create backport-42185-to-release-3_16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 08f85619b1af77091c5b43f9c18989c015a6dc66
# Push it to GitHub
git push --set-upstream origin backport-42185-to-release-3_16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_16

Then, create a pull request where the base branch is release-3_16 and the compare/head branch is backport-42185-to-release-3_16.

3nids pushed a commit that referenced this pull request Mar 22, 2021
)

Co-authored-by: Jorge Gustavo Rocha <jgr@geomaster.pt>
domi4484 pushed a commit to domi4484/QGIS that referenced this pull request Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash editing Dynamic SVG parameters
2 participants