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

Fix aoimage masking being enabled by default #703

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

Crystalwarrior
Copy link
Contributor

Note there's no way to choose if masking is enabled for any given element for theme makers yet, effectively disabling the feature.

Fixes #640

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

@@ -22,6 +22,8 @@ class AOImage : public QLabel {

bool is_static = false;

bool masked = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: member variable 'masked' has public visibility [misc-non-private-member-variables-in-classes]

  bool masked = false;
       ^

@Crystalwarrior Crystalwarrior merged commit 7af4d28 into master Mar 25, 2022
@in1tiate in1tiate deleted the fix-aoimage-mask branch July 18, 2022 22:50
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.

Showname Text is Masked to Chatbox
2 participants