mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 04:13:03 +00:00
Draw scrollbar when list is empty.
This commit is contained in:
parent
02dafeeccc
commit
361d5c62d7
1 changed files with 1 additions and 1 deletions
|
@ -209,8 +209,8 @@ static void listview_draw ( widget *wid, cairo_t *draw )
|
|||
widget_draw ( WIDGET ( lv->boxes[i] ), draw );
|
||||
}
|
||||
}
|
||||
widget_draw ( WIDGET ( lv->scrollbar ), draw );
|
||||
}
|
||||
widget_draw ( WIDGET ( lv->scrollbar ), draw );
|
||||
}
|
||||
|
||||
static void listview_recompute_elements ( listview *lv )
|
||||
|
|
Loading…
Reference in a new issue