Comment 7 for bug 1192074

Revision history for this message
alex (alex-jercaianu) wrote :

Thank you for your response! I submitted a pull request in which I solved the problem for the SAMPLER button and i want to see if I should work in the same manner for the other buttons. This solution uses a workaround in which I need to disconnect m_pViewShowSamplers from slotViewShowSamplers because checking the QAction while it is connected to the function that toggles the ControlObject, would trigger infinite recursion. For the moment I can't find an alternative solution. Any ideas?

Link to the pull request: https://github.com/mixxxdj/mixxx/pull/521