mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
7f280ac331
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ void statusbar_item_redraw(SBAR_ITEM_REC *item)
|
|||
if (item->max_size != item->size) {
|
||||
/* item wants a new size - we'll need to redraw
|
||||
the statusbar to see if this is allowed */
|
||||
statusbar_redraw(item->bar, FALSE);
|
||||
statusbar_redraw(item->bar, item->config->right_alignment);
|
||||
}
|
||||
|
||||
active_win = old_active_win;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue