Also adding `update_menu` arg to `ui_statusbar_showhide` function, to fix "Toggle All Additional Widgets" problem and cleaner code
We should do the same for Sidebar too (adding `gboolean update_menu` to `ui_sidebar_show_hide` function), because when you click "Toggle All Additional Widgets" , the menu item (View -> Show Sidebar) is not checked You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/986 -- Commit Summary -- * add View -> Show Statusbar check menu item, plus key binding to show/hide statusbar -- File Changes -- M data/geany.glade (10) M src/callbacks.c (11) M src/callbacks.h (2) M src/keybindings.c (5) M src/keybindings.h (1) M src/libmain.c (7) M src/prefs.c (5) M src/ui_utils.c (21) M src/ui_utils.h (4) -- Patch Links -- https://github.com/geany/geany/pull/986.patch https://github.com/geany/geany/pull/986.diff --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/986
