-
-
Notifications
You must be signed in to change notification settings - Fork 449
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 selection clearing not working in Reply window #4218
Fix selection clearing not working in Reply window #4218
Conversation
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.
Please undo the changes related to moved ChannelView::selectionChanged signal to Qt for consistency
unless you have some other reasoning for it
Main reasoning for this change was to have handling of both signals use same solution since they are next to each other, personally i prefer Qt because its connect() better show both sides of connection and improve readability. If my excuses didn't convince you, im fine with reverting it, $notify me or let me know here :D |
Yeah please undo the change for now, can review at some other point |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
Pull request checklist:
CHANGELOG.md
was updated, if applicableDescription
Currently Reply window is missing behaviour of main chatterino window, where selection in splitInput and channelView cancels each other.
PR changes:
SplitInput::selectionChanged
signal, instead of doing any clearing locallymovedChannelView::selectionChanged
signal to Qt for consistency