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

librarycontrol.cpp: fix slotGotToItem in tracks table #3196

Merged
merged 1 commit into from
Oct 21, 2020

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented Oct 21, 2020

I just noticed that [Library],GoToItem doens't work in the tracks table.
Appearantly m_pLibraryWidget->hasFocus() always returns false.
Instead check m_pLibraryWidget->getActiveView()->hasFocus()

For testing without a controller trigger [Library],GoToItem in developer tools and set TrackLoadAction to "Load to first stopped deck" to see result.

Appearantly m_pLibraryWidget->hasFocus() always returns false.
Instead check m_pLibraryWidget->getActiveView()->hasFocus()
@ronso0 ronso0 added this to the 2.3.0 milestone Oct 21, 2020
@ronso0 ronso0 added this to In progress in 2.3 release via automation Oct 21, 2020
@ronso0 ronso0 moved this from In progress to In Review in 2.3 release Oct 21, 2020
Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

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

LGTM, Thank you.

@daschuer daschuer merged commit 4e02f72 into mixxxdj:main Oct 21, 2020
2.3 release automation moved this from In Review to Done Oct 21, 2020
@ronso0 ronso0 deleted the gotoitem-fix branch October 21, 2020 21:07
@ronso0
Copy link
Member Author

ronso0 commented Oct 27, 2020

Damn. This had to go to 2.3 first.
Added to #3194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
2.3 release
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants