mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Merge pull request #109 from cpbills/master
Fix right aligned statusbar item redrawing
This commit is contained in:
commit
2346d3b62f
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