Do a redraw after changing selected line

This commit is contained in:
Dave Davenport 2016-02-28 18:13:58 +01:00
parent 28ed4eab7b
commit 3fa1940a5c
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@ void rofi_view_set_selected_line ( RofiViewState *state, unsigned int selected_l
}
state->update = TRUE;
xcb_clear_area ( xcb_connection, main_window, 1, 0, 0, 1, 1 );
xcb_flush ( xcb_connection );
}
void rofi_view_free ( RofiViewState *state )