mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 02:03:13 +02:00
core: fix refresh of bar item "buffer_zoom" on buffer switch
This commit is contained in:
@@ -15,6 +15,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
|
||||
== Version 0.4.4 (under dev)
|
||||
|
||||
* core: fix refresh of bar item "buffer_zoom" on buffer switch
|
||||
* core: fix reset of attributes in bars when "resetcolor" is used (closes #41)
|
||||
* core: fix alignment of lines in merged buffers when options
|
||||
weechat.look.prefix_align and weechat.look.prefix_buffer_align are set to
|
||||
|
||||
@@ -2006,6 +2006,8 @@ gui_bar_item_init ()
|
||||
gui_bar_item_names[GUI_BAR_ITEM_BUFFER_ZOOM]);
|
||||
gui_bar_item_hook_signal ("buffer_unzoomed",
|
||||
gui_bar_item_names[GUI_BAR_ITEM_BUFFER_ZOOM]);
|
||||
gui_bar_item_hook_signal ("buffer_switch",
|
||||
gui_bar_item_names[GUI_BAR_ITEM_BUFFER_ZOOM]);
|
||||
|
||||
/* buffer nicklist count */
|
||||
gui_bar_item_new (NULL,
|
||||
|
||||
Reference in New Issue
Block a user