Bug Report Mouse cursor always shows up

jpnance

New Member
Using OBS 0.10.1, my mouse cursor is always showing up on Display Capture sources, even when I specifically have the "Show Cursor" checkbox unchecked.
 

jpnance

New Member
Code:
if (dc->display == display && dc->hide_cursor != show_cursor)
    return;

I think it may have to do with these two lines in obs-studio/plugins/mac-capture/mac-display-capture.c (lines 540 and 541 for me) but I don't have a development stack set up so I can't test it myself.
 
Top