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

core: fix TreeWidget#applyFontStyles #8937

Merged
merged 1 commit into from
Jan 12, 2021
Merged

Conversation

paul-marechal
Copy link
Member

Fix wrong logic, most likely a typo.

Signed-off-by: Paul Maréchal paul.marechal@ericsson.com

Saw this while reviewing something else.

How to test

N/A

Review checklist

Reminder for reviewers

Fix wrong logic, most likely a typo.

Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
@paul-marechal paul-marechal added bug bugs found in the application tree issues related to the tree (ex: tree widget) core issues related to the core of the application labels Jan 12, 2021
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marechal-p the changes look good to me, we were incorrectly using style instead of s in the switch statement. I verified with multiple trees that there were no styling regressions:

  • navigator/explorer
  • problems-view
  • outline-view
  • file-dialog
  • search-in-workspace

@paul-marechal paul-marechal merged commit db4b2e7 into master Jan 12, 2021
@paul-marechal paul-marechal deleted the mp/fix-applyFontStyles branch January 12, 2021 18:21
@github-actions github-actions bot added this to the 1.10.0 milestone Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application core issues related to the core of the application tree issues related to the tree (ex: tree widget)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants