-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Merge 2.3 into main: HotcueControl #3379
Conversation
…eviewing hotcues.
…es tha behaviour.
Avoid hotcue buttons from being stucked in the pressed state
Fix MSVC_REDIST_DIR issues
# Conflicts: # src/engine/controls/cuecontrol.cpp # src/widget/whotcuebutton.cpp
I have pushed a merge commit in the mean time. |
Sure |
See: #3382 |
Individual setters/getters break encapsulation and are an anti-pattern. I have replaced them with use case related functions to resolve the merge conflicts:
Please check if the side-effect
--m_iCurrentlyPreviewingHotcues
in theelse if
arm inCueControl::hotcueActivatePreview()
is correct! I am unsure about the order of evaluation. We should try to avoid such brittle code tricks.