mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
Do a redraw after changing selected line
This commit is contained in:
parent
28ed4eab7b
commit
3fa1940a5c
1 changed files with 2 additions and 0 deletions
|
@ -239,6 +239,8 @@ void rofi_view_set_selected_line ( RofiViewState *state, unsigned int selected_l
|
||||||
}
|
}
|
||||||
|
|
||||||
state->update = TRUE;
|
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 )
|
void rofi_view_free ( RofiViewState *state )
|
||||||
|
|
Loading…
Reference in a new issue