HEnquist / camillagui

GNU General Public License v3.0
9 stars 1 forks source link

Fixed "format" not being saved internally #18

Closed JWahle closed 3 years ago

JWahle commented 3 years ago

Fixed "format" not being saved internally for capture/playback devices and convolution filters. This fixes #17.

The solution is pretty hacky, but I do not see a clean way to fix this. When I fixed it for the format field, it broke all other EnumSelects. At least this points to the cause of the error, so it saves you some debugging time, if you want to fix it cleanly.

JWahle commented 3 years ago

Done.