mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.25k stars 1.24k forks source link

(fix) Controller IO table: fix display text for Action/control delegate #13188

Closed ronso0 closed 2 months ago

ronso0 commented 2 months ago

The Action column displayed only "No control chosen".

ronso0 commented 2 months ago

good catch.

well, this was like an hour of debugging to understand that the current implmentation converted the control to QString (control description), which is actually what we want displayText() to return... but that couldn't handle it and returned "No control ..."