Ticket #112: pavucontrol-fix-move-stream-left-click.patch

File pavucontrol-fix-move-stream-left-click.patch, 406 bytes (added by coling, 5 years ago)

Finally find the issue.

  • pavucontrol-0.9.4/src/pavucontrol.cc

    old new  
    449449    if (event->type == GDK_BUTTON_PRESS && event->button == 3) { 
    450450        clearMenu(); 
    451451        buildMenu(); 
    452         menu.popup(event->button, event->time); 
     452        menu.popup(0, event->time); 
    453453        return TRUE; 
    454454    } 
    455455