From 7f3831b86ab19512fab51a4c7ca5bcffdde7ce03 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 21 Oct 2011 23:07:34 +0200 Subject: Fix selection when moving an input around We may not get the update for the moved index immediately, but we calculate the new position for the selection on redraw. So schedule redraw until we get the update, when we move around. --- src/pa-sink-ctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pa-sink-ctl.h') diff --git a/src/pa-sink-ctl.h b/src/pa-sink-ctl.h index 699c21e..82ee1f6 100644 --- a/src/pa-sink-ctl.h +++ b/src/pa-sink-ctl.h @@ -31,6 +31,7 @@ struct context { GList *input_list; gchar *status; + gboolean block_for_selected_index; }; void -- cgit