• J
    UI: Remove deleteLater view from filter window layout · 580f38a7
    jp9000 提交于
    In the filters dialog, when the properties are being updated due to
    filters being added/removed/switched, using deleteLater on the previous
    view would cause it to linger in the view until the deleteLater is
    processed by the Qt queue, displaying two views instead of one.
    Additionally because of that, this would also cause the display in the
    filters dialog to resize as well, causing the reorder mutex hard lock
    which was fixed by the parent commit.
    
    Closes jp9000/obs-studio#714
    580f38a7
window-basic-filters.cpp 19.1 KB