-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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 #4876 Refactored Show Brush Preview #4879
base: main
Are you sure you want to change the base?
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
cc7fce5
to
e3a2a4b
Compare
Hi there! One or more of the commit messages in this PR do not match our code submission policy, please check the |
clang-tidy review says "All clean, LGTM! 👍" |
e3a2a4b
to
f9ed1c9
Compare
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this 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
|| m_docPref.show.brushPreviewInPreview())) { | ||
(// 1) it doesn't contains the brush preview (e.g. the user | ||
// is transforming the selection), | ||
extraCel->purpose() != ExtraCel::Purpose::BrushPreview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: no header providing "app::ExtraCel" is directly included [misc-include-cleaner]
extraCel->purpose() != ExtraCel::Purpose::BrushPreview
^
Fix #4876
Refactored brush Preview from DocPref to GlobalPref.