aargirakis / BZRPlayer

Audio player for Windows that plays over 650 different fileformats
http://bzrplayer.blazer.nu/
GNU General Public License v3.0
10 stars 0 forks source link

left/right arrows ignored after having clicked on channels window #385

Open ciros88 opened 1 year ago

aargirakis commented 1 year ago

It has to do with that for the CDockWidget in channels we have a scrollbar (when needed). That is what's stealing the focus. I'll keep searching to see if it's possible to get a reference to the scrollarea and turn of focus for it.