• Erwan Tulou's avatar
    skins2: correct volume slider stuck to mute once requested by user. · 3567c033
    Erwan Tulou authored
    This problem appeared in vlc1.1.
    setting volume from core or from the user slider must be differentiated, as sending back a zero value (mute) tells the core to really set value to zero (thus erasing the saved volume)
    
    this patch reuses what is already done for position slider (similar issue)
    3567c033
volume.hpp 1.53 KB